FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/shell.js - JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
emscripten
src
shell.js
on
universal-python
User selector
Datepicker
Commit history
Commits on Aug 25, 2015
Merge branch 'incoming' into wasm-polyfill-prototype
Show description for 0b02d78
kripken
committed
0b02d78
View commit details
Copy full SHA for 0b02d78
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Rename Settings.CLOSURE_COMPILER.
Show description for 4b0ef40
waywardmonkeys
committed
4b0ef40
View commit details
Copy full SHA for 4b0ef40
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
handle node weirdness in reading binary data
kripken
committed
0e2e859
View commit details
Copy full SHA for 0e2e859
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
Make ENVIRONMENT_IS_NODE false if ENVIRONMENT_IS_WORKER is true
blixt
committed
484fe7d
View commit details
Copy full SHA for 484fe7d
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Use document.currentScript to locate the current script file instead of window.location.pathname, since that won't work if the script is loaded via <script src='foo.js'> tag. Also capture the scrip…
Show description for d0f91f6
juj
committed
d0f91f6
View commit details
Copy full SHA for d0f91f6
View code at this point
Browse repository at this point
Implement new machinery with PthreadWorkerInit variable that stores and carries variables from the main thread to the JS workers that are running pthreads.
juj
committed
091f758
View commit details
Copy full SHA for 091f758
View code at this point
Browse repository at this point
Use 'var' for ENVIRONMENT_IS_PTHREAD in src/shell.js.
juj
committed
fa107e3
View commit details
Copy full SHA for fa107e3
View code at this point
Browse repository at this point
Don't refer to ENVIRONMENT_IS_PTHREADS if not building with pthreads enabled.
juj
committed
996f689
View commit details
Copy full SHA for 996f689
View code at this point
Browse repository at this point
Add better check for ENVIRONMENT_IS_PTHREAD versus ENVIRONMENT_IS_WORKER.
juj
committed
00b975d
View commit details
Copy full SHA for 00b975d
View code at this point
Browse repository at this point
Add a w.i.p. mechanism to distinguish between running as a secondary pthread, and running the main thread as a worker with -s PROXY_TO_WORKER.
juj
committed
837e48d
View commit details
Copy full SHA for 837e48d
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Override inspect function
fabiosantoscode
committed
8d4d62e
View commit details
Copy full SHA for 8d4d62e
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
detect node even when Browserify put , functions in our environment
fabiosantoscode
committed
1d48ce7
View commit details
Copy full SHA for 1d48ce7
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
do not override Module.thisProgram if it is defined
kripken
committed
bbb2f41
View commit details
Copy full SHA for bbb2f41
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Add overridable function for setting title, for use by SDL
Show description for 9f4af9a
dreamlayers
committed
9f4af9a
View commit details
Copy full SHA for 9f4af9a
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
don't write the Module to the global scope; #3167
kripken
committed
746230f
View commit details
Copy full SHA for 746230f
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
set thisProgram even if no second param in argv
kripken
committed
04eddec
View commit details
Copy full SHA for 04eddec
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
Only replace slashes if the argument is defined
Show description for 5318e4c
aidanhs
committed
5318e4c
View commit details
Copy full SHA for 5318e4c
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
fix bad comparison in shell code, when Module.load is not present but Module.read is
kripken
committed
3df4f88
View commit details
Copy full SHA for 3df4f88
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
use v8 readbuffer function, and if not, assert on read() returning an array as we expect
kripken
committed
a1b108f
View commit details
Copy full SHA for a1b108f
View code at this point
Browse repository at this point
remove disabling of v8 in test runner, and fix v8 binary file reading; fixes #2731
kripken
committed
b33bb65
View commit details
Copy full SHA for b33bb65
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
ignore ExitStatus exceptions in node toplevel, and add force_exit test; fixes #2629
kripken
committed
4ab04a5
View commit details
Copy full SHA for 4ab04a5
View code at this point
Browse repository at this point
Commits on Jul 31, 2014
Set argv[0] to store path in forward slashes also on Windows. Fixes #2607.
juj
committed
a37b5dc
View commit details
Copy full SHA for a37b5dc
View code at this point
Browse repository at this point
Commits on Jul 29, 2014
check for existence of module before setting to it, when running in node; fixes #2586
kripken
committed
19ec188
View commit details
Copy full SHA for 19ec188
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
consolidate Module.thisProgram
kripken
committed
768b56c
View commit details
Copy full SHA for 768b56c
View code at this point
Browse repository at this point
Commits on Jun 17, 2014
support argv[0] containing the script node is running; fixes #2431
kripken
committed
d54f3a7
View commit details
Copy full SHA for d54f3a7
View code at this point
Browse repository at this point
Commits on May 29, 2014
NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()
kripken
committed
b2e680a
View commit details
Copy full SHA for b2e680a
View code at this point
Browse repository at this point
Commits on Mar 10, 2014
forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specific workaround for Module detection; fixes #2209
kripken
committed
54b0f19
View commit details
Copy full SHA for 54b0f19
View code at this point
Browse repository at this point
Commits on Mar 3, 2014
Strict: There is no global this.
waywardmonkeys
committed
0ec7107
View commit details
Copy full SHA for 0ec7107
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
don't override Module.print and printErr if the user specified them
kripken
committed
62de2bd
View commit details
Copy full SHA for 62de2bd
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
better fix for closure issue in asm2f.test_exceptions; clear out the spidermonkey shell gc() function
kripken
committed
28b3a25
View commit details
Copy full SHA for 28b3a25
View code at this point
Browse repository at this point
Commits on Nov 4, 2013
Give names to most manually assigned functions in the .js files, in form "var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not…
Show description for 8a419cd
juj
committed
8a419cd
View commit details
Copy full SHA for 8a419cd
View code at this point
Browse repository at this point
Commits on Oct 15, 2013
removed comment in src/shell.js and explicitly called run_js with engine=NODE_JS as requested
fadams
committed
0c7ec24
View commit details
Copy full SHA for 0c7ec24
View code at this point
Browse repository at this point
Commits on Oct 2, 2013
fixed problem where module.exports, which is needed by node.js gets incorrectly minified by Closure. Simple change from module.exports = Module to module['exports'] = Module fixes this. Added simpl…
Show description for 17be156
fadams
committed
17be156
View commit details
Copy full SHA for 17be156
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
try to use console.log even in workers
kripken
committed
27d4966
View commit details
Copy full SHA for 27d4966
View code at this point
Browse repository at this point
Commits on Aug 15, 2013
do not fail if no read() in the shell, which is the case with jsc
kripken
committed
672f2ab
View commit details
Copy full SHA for 672f2ab
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL