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

  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.cpp 54 JSContextRef execRef = toRef(exec);
55 JSObjectRef functionRef = toRef(exec->callee());
56 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec));
61 arguments[i] = toRef(exec, exec->argument(i));
JSBase.cpp 59 *exception = toRef(exec, completion.value());
64 return toRef(exec, completion.value());
67 return toRef(exec, jsUndefined());
79 *exception = toRef(exec, completion.value());
JSCallbackObjectFunctions.h 89 initialize(toRef(exec), toRef(this));
116 JSContextRef ctx = toRef(exec);
117 JSObjectRef thisRef = toRef(this);
190 JSContextRef ctx = toRef(exec);
191 JSObjectRef thisRef = toRef(this);
193 JSValueRef valueRef = toRef(exec, value);
249 JSContextRef ctx = toRef(exec);
250 JSObjectRef thisRef = toRef(this);
311 JSContextRef execRef = toRef(exec)
    [all...]
JSObjectRef.cpp 82 return toRef(constructEmptyObject(exec));
88 return toRef(object);
98 return toRef(new (exec) JSCallbackFunction(exec, exec->lexicalGlobalObject(), callAsFunction, nameID));
112 return toRef(constructor);
130 *exception = toRef(exec, exec->exception());
134 return toRef(result);
154 *exception = toRef(exec, exec->exception());
159 return toRef(result);
174 *exception = toRef(exec, exec->exception());
179 return toRef(result)
    [all...]
APICast.h 108 inline JSValueRef toRef(JSC::ExecState* exec, JSC::JSValue v)
122 inline JSObjectRef toRef(JSC::JSObject* o)
127 inline JSObjectRef toRef(const JSC::JSObject* o)
132 inline JSContextRef toRef(JSC::ExecState* e)
143 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l)
148 inline JSContextGroupRef toRef(JSC::JSGlobalData* g)
JSCallbackConstructor.cpp 60 JSContextRef ctx = toRef(exec);
61 JSObjectRef constructorRef = toRef(constructor);
68 arguments[i] = toRef(exec, exec->argument(i));
JSValueRef.cpp 151 *exception = toRef(exec, exec->exception());
181 *exception = toRef(exec, exec->exception());
192 return toRef(exec, jsUndefined());
200 return toRef(exec, jsNull());
208 return toRef(exec, jsBoolean(value));
222 return toRef(exec, jsNumber(value));
230 return toRef(exec, jsString(exec, string->ustring()));
238 return toRef(exec, parser.tryLiteralParse());
251 *exception = toRef(exec, exec->exception());
277 *exception = toRef(exec, exec->exception())
    [all...]
JSCallbackObject.cpp 45 JSObjectRef thisRef = toRef(asObject(handle.get()));
JSContextRef.cpp 49 return toRef(JSGlobalData::createContextGroup(ThreadStackTypeSmall).leakRef());
75 return JSGlobalContextCreateInGroup(toRef(&JSGlobalData::sharedInstance()), globalObjectClass);
161 return toRef(exec->lexicalGlobalObject()->toThisObject(exec));
167 return toRef(&exec->globalData());
JSWeakObjectMapRefPrivate.cpp 68 return toRef(static_cast<JSObject*>(map->map().get(key)));
  /external/webkit/Source/WebCore/bindings/js/
ScriptValue.cpp 73 return JSValueIsEqual(toRef(scriptState), toRef(scriptState, jsValue()), toRef(scriptState, anotherValue.jsValue()), 0);
ScriptControllerMac.mm 116 m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) originRootObject:root rootObject:root];
SerializedScriptValue.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 584 return toRef(exec, toJS(exec, globalObject, nodeHandle->coreNode()));
596 return toRef(exec, toJS(exec, globalObject, rangeHandle->coreRange()));
608 return JSValueMakeUndefined(toRef(exec));
613 return toRef(exec, toJS(exec, globalObject, style.get()));
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.mm 81 return toRef(execState, toJS(execState, core(self)->shadowRoot()));
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 129 return toRef(exec, toJS(exec, jsDocument->globalObject(), nodes.get()));
664 return toRef(exec, toJS(exec, element->shadowRoot()));
FrameLoaderClientGtk.cpp 744 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 531 return toRef([self _imp]);
554 return [WebScriptObject scriptObjectForJSObject:toRef(object) originRootObject:originRootObject rootObject:rootObject];
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java     [all...]
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 926 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 1379 milliseconds