HomeSort by relevance Sort by last modified time
    Searched refs:asObject (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/bindings/js/
JSHTMLElementCustom.cpp 41 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)));
JSWorkerContextBase.cpp 85 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));
JSDOMMimeTypeArrayCustom.cpp 38 JSDOMMimeTypeArray* thisObj = static_cast<JSDOMMimeTypeArray*>(asObject(slotBase));
JSDOMPluginArrayCustom.cpp 38 JSDOMPluginArray* thisObj = static_cast<JSDOMPluginArray*>(asObject(slotBase));
JSDOMPluginCustom.cpp 37 JSDOMPlugin* thisObj = static_cast<JSDOMPlugin*>(asObject(slotBase));
JSDOMStringMapCustom.cpp 43 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))
JSStorageCustom.cpp 46 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))
CallbackFunction.h 52 return JSCallbackType::create(asObject(value), globalObject);
JSArrayBufferCustom.cpp 49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), buffer.get())));
JSDataGridColumnListCustom.cpp 48 JSDataGridColumnList* thisObj = static_cast<JSDataGridColumnList*>(asObject(slotBase));
JSNodeFilterCustom.cpp 48 return static_cast<JSNodeFilter*>(asObject(value))->impl();
JSWebKitPointCustom.cpp 49 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), WebKitPoint::create(x, y))));
ScriptObject.h 48 JSC::JSObject* jsObject() const { return asObject(jsValue()); }
JSDOMFormDataCustom.cpp 46 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/
BooleanObject.h 44 ASSERT(asObject(value)->inherits(&BooleanObject::s_info));
45 return static_cast<BooleanObject*>(asObject(value));
CallData.cpp 38 return exec->interpreter()->executeCall(exec, asObject(functionObject), callType, callData, thisValue, args);
ConstructData.cpp 39 return exec->interpreter()->executeConstruct(exec, asObject(constructorObject), constructType, constructData, args);
InternalFunction.h 65 ASSERT(asObject(value)->inherits(&InternalFunction::s_info));
66 return static_cast<InternalFunction*>(asObject(value));
StructureChain.cpp 41 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())
Operations.cpp 74 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)
DateInstance.h 71 ASSERT(asObject(value)->inherits(&DateInstance::s_info));
72 return static_cast<DateInstance*>(asObject(value));
JSActivation.h 94 ASSERT(asObject(value)->inherits(&JSActivation::s_info));
95 return static_cast<JSActivation*>(asObject(value));
StringObject.h 62 ASSERT(asObject(value)->inherits(&StringObject::s_info));
63 return static_cast<StringObject*>(asObject(value));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.cpp 59 JSHTMLElement* element = static_cast<JSHTMLElement*>(asObject(thisValue));
67 JSNPObject* jsNPObject = static_cast<JSNPObject*>(asObject(thisValue));
  /external/webkit/Source/WebCore/bridge/
runtime_method.cpp 56 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 226 milliseconds

1 2 3 4 5 6