HomeSort by relevance Sort by last modified time
    Searched refs:jsobject (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/bridge/
testM.js 5 myInterface.jsobject = new Function ("arg1","arg2","return arg1 + arg2;");
6 myInterface.logMessage ("myInterface.jsobject =" + myInterface.jsobject);
11 myInterface.logMessage ("myInterface.jsobject =" + myInterface.jsobject);
testbindings.mm 30 #include "JSObject.h"
69 id jsobject;
77 - (void)setJSObject:(id)jsobject;
185 [jsobject autorelease];
186 jsobject = [jso retain];
191 id foo1 = [jsobject callWebScriptMethod:@"call" withArguments:[NSArray arrayWithObjects:jsobject, [NSNumber numberWithInt:arg1], [NSNumber numberWithInt:arg2], nil]];
193 id foo2 = [jsobject callWebScriptMethod:@"apply" withArguments:[NSArray arrayWithObjects:jsobject, [NSArray arrayWithObjects:[NSNumber numberWithInt:arg1], [NSNumber numberWithInt:arg2], nil], nil]];
  /external/v8/src/
runtime.cc 99 static Object* DeepCopyBoilerplate(JSObject* boilerplate) {
105 JSObject* copy = JSObject::cast(result);
113 JSObject* js_object = JSObject::cast(value);
123 JSObject* js_object = JSObject::cast(value);
146 JSObject* js_object = JSObject::cast(value);
159 case JSObject::FAST_ELEMENTS:
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 1762 JumpTarget jsobject; local
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 1670 JumpTarget jsobject; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 3492 JumpTarget jsobject; local
    [all...]

Completed in 179 milliseconds