Searched refs:toRef (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackFunction.cpp54 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));
H A DJSBase.cpp59 *exception = toRef(exec, completion.value());
64 return toRef(exec, completion.value());
67 return toRef(exec, jsUndefined());
79 *exception = toRef(exec, completion.value());
H A DJSObjectRef.cpp82 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(resul
[all...]
H A DAPICast.h108 inline JSValueRef toRef(JSC::ExecState* exec, JSC::JSValue v) function
122 inline JSObjectRef toRef(JSC::JSObject* o) function
127 inline JSObjectRef toRef(const JSC::JSObject* o) function
132 inline JSContextRef toRef(JSC::ExecState* e) function
143 inline JSPropertyNameAccumulatorRef toRef(JSC::PropertyNameArray* l) function
148 inline JSContextGroupRef toRef(JSC::JSGlobalData* g) function
H A DJSCallbackConstructor.cpp60 JSContextRef ctx = toRef(exec);
61 JSObjectRef constructorRef = toRef(constructor);
68 arguments[i] = toRef(exec, exec->argument(i));
H A DJSCallbackObjectFunctions.h89 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(exe
[all...]
H A DJSValueRef.cpp151 *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(exe
[all...]
H A DJSCallbackObject.cpp45 JSObjectRef thisRef = toRef(asObject(handle.get()));
H A DJSContextRef.cpp49 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());
H A DJSWeakObjectMapRefPrivate.cpp68 return toRef(static_cast<JSObject*>(map->map().get(key)));
/external/webkit/Source/WebCore/bindings/js/
H A DScriptValue.cpp73 return JSValueIsEqual(toRef(scriptState), toRef(scriptState, jsValue()), toRef(scriptState, anotherValue.jsValue()), 0);
H A DScriptControllerMac.mm116 m_windowScriptObject = [WebScriptObject scriptObjectForJSObject:toRef(windowShell(pluginWorld())) originRootObject:root rootObject:root];
H A DSerializedScriptValue.cpp1376 *exception = toRef(exec, exec->exception());
1404 *exception = toRef(exec, exec->exception());
1409 return toRef(exec, value);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.cpp584 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()));
H A DWebPage.cpp1288 toRef(m_mainFrame->coreFrame()->script()->globalObject(mainThreadNormalWorld())->globalExec(), resultValue), 0)))
/external/webkit/Source/WebKit/mac/DOM/
H A DWebDOMOperations.mm81 return toRef(execState, toJS(execState, core(self)->shadowRoot()));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp129 return toRef(exec, toJS(exec, jsDocument->globalObject(), nodes.get()));
664 return toRef(exec, toJS(exec, element->shadowRoot()));
H A DFrameLoaderClientGtk.cpp744 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm531 return toRef([self _imp]);
554 return [WebScriptObject scriptObjectForJSObject:toRef(object) originRootObject:originRootObject rootObject:rootObject];
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp926 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(mainThreadNormalWorld()));
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp1932 JSContextRef context = toRef(coreFrame->script()->globalObject(world)->globalExec());
1933 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(world));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm6340 return toRef(exec, toJS(exec, jsElement->globalObject(), style.get()));
6359 return toRef(exec, toJS(exec, jsDocument->globalObject(), nodes.get()));

Completed in 591 milliseconds