Continuing JSValue fun.
git-svn-id: svn://10.0.0.236/trunk@32436 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,11 +40,10 @@ class JSValue extends ExpressionNode {
|
||||
void eq(Environment theEnv) { unimplemented("eq"); }
|
||||
void ne(Environment theEnv) { unimplemented("ne"); }
|
||||
|
||||
|
||||
JSDouble toJSDouble() { unimplemented("toJSDouble"); return null; }
|
||||
JSInteger toJSInteger() { unimplemented("toJSInteger"); return null; }
|
||||
JSString toJSString() { unimplemented("toJSString"); return null; }
|
||||
JSBoolean toJSBoolean() { unimplemented("toJSBoolean"); return null; }
|
||||
|
||||
JSValue toPrimitive(String hint) { unimplemented("toPrimitive"); return null; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user