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

123456

/external/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestSerializedScriptValueInterface.cpp148 JSTestSerializedScriptValueInterface* castedThis = static_cast<JSTestSerializedScriptValueInterface*>(asObject(slotBase));
157 JSTestSerializedScriptValueInterface* domObject = static_cast<JSTestSerializedScriptValueInterface*>(asObject(slotBase));
172 return value.inherits(&JSTestSerializedScriptValueInterface::s_info) ? static_cast<JSTestSerializedScriptValueInterface*>(asObject(value))->impl() : 0;
/external/webkit/Source/WebCore/bridge/
H A Druntime_object.cpp62 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase));
80 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase));
99 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase));
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStack.cpp68 asObject(cell)->markChildrenDirect(*this);
H A DHandle.h127 Handle<JSObject> asObject() const;
172 template <typename Base> Handle<JSObject> HandleConverter<Base, Unknown>::asObject() const function in class:JSC::HandleConverter
H A DHandleHeap.cpp145 if (value.isObject() && asObject(value.asCell())->isGlobalObject())
/external/webkit/Source/JavaScriptCore/runtime/
H A DLookup.cpp74 ASSERT(thisObj->getAnonymousValue(0).isCell() && asObject(thisObj->getAnonymousValue(0).asCell())->isGlobalObject());
H A DFunctionPrototype.cpp120 if (asObject(array)->classInfo() == &Arguments::s_info)
124 else if (asObject(array)->inherits(&JSArray::s_info)) {
H A DJSGlobalObject.h291 ASSERT(asObject(value)->isGlobalObject());
292 return static_cast<JSGlobalObject*>(asObject(value));
366 m_cachedPrototypeChain.set(exec->globalData(), this, StructureChain::create(exec->globalData(), prototype.isNull() ? 0 : asObject(prototype)->structure()));
379 if (asObject(prototype)->structure() != cachedStructure->get())
382 prototype = asObject(prototype)->prototype();
H A DJSCell.cpp99 return isObject() ? asObject(this) : 0;
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioContextCustom.cpp78 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), audioContext.get())));
H A DJSEventListener.h99 return JSEventListener::create(asObject(listener), wrapper, true, currentWorld(exec));
H A DJSInspectorFrontendHostCustom.cpp94 JSObject* item = asObject(array->getIndex(i));
H A DJSNodeListCustom.cpp100 JSNodeList* thisObj = static_cast<JSNodeList*>(asObject(slotBase));
H A DScriptFunctionCall.cpp168 JSObject* constructor = asObject(thisObject->get(m_exec, Identifier(m_exec, stringToUString(m_name))));
191 return ScriptObject(m_exec, asObject(result));
H A DJSDOMWindowCustom.cpp114 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slotBase))->impl()->frame()->tree()->child(identifierToAtomicString(propertyName))->domWindow());
119 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slotBase))->impl()->frame()->tree()->child(index)->domWindow());
124 JSDOMWindowBase* thisObj = static_cast<JSDOMWindow*>(asObject(slotBase));
241 if (asObject(proto)->getPropertySlot(exec, propertyName, slot)) {
786 impl()->addEventListener(ustringToAtomicString(exec->argument(0).toString(exec)), JSEventListener::create(asObject(listener), this, false, currentWorld(exec)), exec->argument(2).toBoolean(exec));
800 impl()->removeEventListener(ustringToAtomicString(exec->argument(0).toString(exec)), JSEventListener::create(asObject(listener), this, false, currentWorld(exec)).get(), exec->argument(2).toBoolean(exec));
808 JSObject* object = asObject(value);
H A DJSCSSStyleDeclarationCustom.cpp152 JSCSSStyleDeclaration* thisObj = static_cast<JSCSSStyleDeclaration*>(asObject(slotBase));
H A DJSCanvasRenderingContext2DCustom.cpp58 JSObject* object = asObject(value);
205 JSObject* o = asObject(value);
286 JSObject* o = asObject(value);
354 JSObject* o = asObject(value);
H A DJSDataViewCustom.cpp62 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), view.get())));
H A DJSEventListener.cpp136 bool terminatorCausedException = (exec->hadException() && exec->exception().isObject() && asObject(exec->exception())->exceptionType() == Terminated);
H A DJSHTMLAllCollectionCustom.cpp118 JSHTMLAllCollection* thisObj = static_cast<JSHTMLAllCollection*>(asObject(slotBase));
H A DJSHTMLCollectionCustom.cpp114 JSHTMLCollection* thisObj = static_cast<JSHTMLCollection*>(asObject(slotBase));
/external/webkit/Source/WebCore/inspector/
H A DInjectedScript.cpp160 return r.toInspectorValue(m_injectedScriptObject.scriptState())->asObject();
220 *objectResult = result->asObject();
H A DInspectorValues.cpp520 bool InspectorValue::asObject(RefPtr<InspectorObject>*) function in class:WebCore::InspectorValue
530 PassRefPtr<InspectorObject> InspectorValue::asObject() function in class:WebCore::InspectorValue
644 bool InspectorObject::asObject(RefPtr<InspectorObject>* output) function in class:WebCore::InspectorObject
650 PassRefPtr<InspectorObject> InspectorObject::asObject() function in class:WebCore::InspectorObject
676 return value->asObject();
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp374 if (value.isObject() && asObject(value)->structure()->typeInfo().implementsHasInstance())
654 JSObject* exception = asObject(exceptionValue);
941 return checkedReturn(asObject(result));
968 return checkedReturn(asObject(result));
1352 JSObject* baseObject = asObject(slot.slotBase());
2143 bool result = asObject(baseVal)->hasInstance(callFrame, callFrame->r(value).jsValue(), callFrame->r(baseProto).jsValue());
2265 JSObject* baseObj = asObject(baseVal);
2457 JSObject* baseObject = asObject(baseVal);
2523 JSObject* baseObject = asObject(baseCell);
2554 JSObject* protoObject = asObject(structur
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp915 JSObject* slotBaseObject = asObject(slot.slotBase());
1272 structure = asObject(proto)->inheritorID(*stackFrame.globalData);
1505 JSObject* base = asObject(baseValue);
1532 // be an object. (Assertion to ensure asObject() call below is safe, which comes after
1547 && (slotBaseObject = asObject(slot.slotBase()))->getPropertySpecificValue(callFrame, ident, specific)
1688 JSObject* getter = asObject(getterSetter->getter());
1735 JSObject* slotBaseObject = asObject(slot.slotBase());
1837 ASSERT(!baseVal.isObject() || !(typeInfo = asObject(baseVal)->structure()->typeInfo()).implementsHasInstance());
1855 || (asObject(baseVal)->structure()->typeInfo().flags() & (ImplementsHasInstance | OverridesHasInstance)) != ImplementsHasInstance);
1861 if (!baseVal.isObject() || !(typeInfo = asObject(baseVa
[all...]

Completed in 261 milliseconds

123456