Moved from stack to inline execution.
git-svn-id: svn://10.0.0.236/trunk@33132 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
abstract class JSNumber extends JSValue {
|
||||
|
||||
void typeof(Environment theEnv) {
|
||||
theEnv.theStack.push(new JSString("number"));
|
||||
JSValue typeof(Environment theEnv) {
|
||||
return new JSString("number");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user