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

123456

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLElementCustom.cpp41 scope = scope->push(asObject(toJS(exec, globalObject(), element->ownerDocument())));
45 scope = scope->push(asObject(toJS(exec, globalObject(), form)));
48 return scope->push(asObject(toJS(exec, globalObject(), element)));
H A DJSWorkerContextBase.cpp85 const ClassInfo* classInfo = asObject(value)->classInfo();
87 return static_cast<JSDedicatedWorkerContext*>(asObject(value));
96 const ClassInfo* classInfo = asObject(value)->classInfo();
98 return static_cast<JSSharedWorkerContext*>(asObject(value));
H A DJSDOMMimeTypeArrayCustom.cpp38 JSDOMMimeTypeArray* thisObj = static_cast<JSDOMMimeTypeArray*>(asObject(slotBase));
H A DJSDOMPluginArrayCustom.cpp38 JSDOMPluginArray* thisObj = static_cast<JSDOMPluginArray*>(asObject(slotBase));
H A DJSDOMPluginCustom.cpp37 JSDOMPlugin* thisObj = static_cast<JSDOMPlugin*>(asObject(slotBase));
H A DJSDOMStringMapCustom.cpp43 JSDOMStringMap* thisObj = static_cast<JSDOMStringMap*>(asObject(slotBase));
68 if (prototype.isObject() && asObject(prototype)->hasProperty(exec, propertyName))
88 if (prototype.isObject() && asObject(prototype)->hasProperty(exec, propertyName))
H A DJSStorageCustom.cpp46 JSStorage* thisObj = static_cast<JSStorage*>(asObject(slotBase));
60 if (prototype.isObject() && asObject(prototype)->hasProperty(exec, propertyName))
86 if (prototype.isObject() && asObject(prototype)->hasProperty(exec, propertyName))
H A DCallbackFunction.h52 return JSCallbackType::create(asObject(value), globalObject);
H A DJSArrayBufferCustom.cpp49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), buffer.get())));
H A DJSDataGridColumnListCustom.cpp48 JSDataGridColumnList* thisObj = static_cast<JSDataGridColumnList*>(asObject(slotBase));
H A DJSNodeFilterCustom.cpp48 return static_cast<JSNodeFilter*>(asObject(value))->impl();
H A DJSWebKitPointCustom.cpp49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), WebKitPoint::create(x, y))));
H A DJSXSLTProcessorCustom.cpp53 JSNode* node = static_cast<JSNode*>(asObject(nodeVal));
66 WebCore::Node* node = static_cast<JSNode*>(asObject(nodeVal))->impl();
67 Document* doc = static_cast<Document*>(static_cast<JSDocument*>(asObject(docVal))->impl());
78 JSNode* node = static_cast<JSNode*>(asObject(nodeVal));
H A DJSDOMFormDataCustom.cpp46 return value.inherits(&JSHTMLFormElement::s_info) ? static_cast<HTMLFormElement*>(static_cast<JSHTMLFormElement*>(asObject(value))->impl()) : 0;
57 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), domFormData.get())));
/external/webkit/Source/JavaScriptCore/runtime/
H A DBooleanObject.h44 ASSERT(asObject(value)->inherits(&BooleanObject::s_info));
45 return static_cast<BooleanObject*>(asObject(value));
H A DCallData.cpp38 return exec->interpreter()->executeCall(exec, asObject(functionObject), callType, callData, thisValue, args);
H A DConstructData.cpp39 return exec->interpreter()->executeConstruct(exec, asObject(constructorObject), constructType, constructData, args);
H A DInternalFunction.h65 ASSERT(asObject(value)->inherits(&InternalFunction::s_info));
66 return static_cast<InternalFunction*>(asObject(value));
H A DStructureChain.cpp41 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
47 for (Structure* current = head; current; current = current->storedPrototype().isNull() ? 0 : asObject(current->storedPrototype())->structure())
H A DOperations.cpp74 if (asObject(v)->structure()->typeInfo().masqueradesAsUndefined())
77 if (asObject(v)->getCallData(callData) != CallTypeNone)
92 if (asObject(v)->structure()->typeInfo().masqueradesAsUndefined())
95 if (asObject(v)->getCallData(callData) != CallTypeNone)
105 if (asObject(v)->getCallData(callData) != CallTypeNone)
H A DDateInstance.h71 ASSERT(asObject(value)->inherits(&DateInstance::s_info));
72 return static_cast<DateInstance*>(asObject(value));
H A DStringObject.h62 ASSERT(asObject(value)->inherits(&StringObject::s_info));
63 return static_cast<StringObject*>(asObject(value));
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestObj.cpp283 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
292 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
301 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
310 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
319 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
328 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
337 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
346 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
355 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBase));
364 JSTestObj* castedThis = static_cast<JSTestObj*>(asObject(slotBas
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp59 JSHTMLElement* element = static_cast<JSHTMLElement*>(asObject(thisValue));
67 JSNPObject* jsNPObject = static_cast<JSNPObject*>(asObject(thisValue));
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.cpp56 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slotBase));
100 RuntimeObject* runtimeObject = static_cast<RuntimeObject*>(asObject(thisValue));
107 HTMLElement* element = static_cast<JSHTMLElement*>(asObject(thisValue))->impl();

Completed in 3789 milliseconds

123456