Searched refs:asObject (Results 126 - 139 of 139) sorted by relevance

123456

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h48 ASSERT(asObject(value)->inherits(&s_info));
49 return static_cast<JSCallbackObject*>(asObject(value));
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_instance.mm205 if (!asObject(runtimeMethod)->inherits(&ObjCRuntimeMethod::s_info))
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.mm208 if (!asObject(runtimeMethod)->inherits(&ProxyRuntimeMethod::s_info))
H A DNetscapePluginInstanceProxy.mm1277 JSObject* object = asObject(value);
1410 m_localObjects.retain(asObject(value));
1418 m_localObjects.release(asObject(value));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp126 JSDocument* jsDocument = static_cast<JSDocument*>(asObject(jsValue));
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.cpp787 if ((!p.isNull()) && (asObject(p)->getPropertySlot(exec, i, slot)))
836 if ((!p.isNull()) && (asObject(p)->getPropertySlot(exec, i, slot)))
H A DJSGlobalObject.cpp162 o = asObject(o->prototype());
H A DDatePrototype.cpp1088 JSValue result = call(exec, asObject(toISOValue), callType, callData, object, exec->emptyList());
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm537 JSObject* object = asObject(value);
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.mm516 JSObject* object = asObject(value);
/external/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp387 JSC::JSObject* object = asObject(value);
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp1516 QtRuntimeMetaMethod* thisObj = static_cast<QtRuntimeMetaMethod*>(asObject(slotBase));
1526 QtRuntimeMetaMethod* thisObj = static_cast<QtRuntimeMetaMethod*>(asObject(slotBase));
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm143 $wrapperObject = "asObject(correspondingElementWrapper)";
170 $wrapperObject = "asObject(correspondingElementWrapper)";
183 imp->${functionName}EventListener(ustringToAtomicString(exec->argument(0).toString(exec)), JSEventListener::create(asObject(listener), $wrapperObject, false, currentWorld(exec))$passRefPtrHandling, exec->argument(2).toBoolean(exec));
390 push(@getOwnPropertySlotImpl, " if (proto.isObject() && static_cast<${namespaceMaybe}JSObject*>(asObject(proto))->hasProperty(exec, propertyName))\n");
482 push(@getOwnPropertyDescriptorImpl, " if (proto.isObject() && static_cast<${namespaceMaybe}JSObject*>(asObject(proto))->hasProperty(exec, propertyName))\n");
1138 push(@andExpression, "(${value}.isNull() || (${value}.isObject() && asObject(${value})->inherits(&JS${type}::s_info)))");
1504 push(@implContent, " ${className}* castedThis = static_cast<$className*>(asObject(slotBase));\n");
1605 push(@implContent, " ${className}* domObject = static_cast<$className*>(asObject(slotBase));\n");
1857 push(@implContent, " $className* castedThis = static_cast<$className*>(asObject(thisValue));\n");
1986 push(@implContent, " $name = ${callbackClassName}::create(asObject(exe
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm6337 JSElement* jsElement = static_cast<JSElement*>(asObject(jsValue));
6356 JSDocument* jsDocument = static_cast<JSDocument*>(asObject(jsValue));

Completed in 391 milliseconds

123456