Searched refs:isGlobalObject (Results 1 – 17 of 17) sorted by relevance
37 ASSERT(!globalObject || globalObject->isGlobalObject()); in JSObjectWithGlobalObject()48 ASSERT(!globalObject || globalObject->isGlobalObject()); in JSObjectWithGlobalObject()
74 …tAnonymousValue(0).isCell() && asObject(thisObj->getAnonymousValue(0).asCell())->isGlobalObject()); in setUpStaticFunctionSlot()
194 return asObject(asObject(asCell())->getAnonymousValue(0))->isGlobalObject(); in isValidCallee()
224 virtual bool isGlobalObject() const { return true; } in isGlobalObject() function291 ASSERT(asObject(value)->isGlobalObject()); in asGlobalObject()
439 …if (!unwrappedObject->isGlobalObject() || static_cast<JSGlobalObject*>(unwrappedObject)->evalFunct… in globalFuncEval()
206 virtual bool isGlobalObject() const { return false; } in isGlobalObject() function
145 if (value.isObject() && asObject(value.asCell())->isGlobalObject()) in protectedGlobalObjectCount()
295 if (it->first->isObject() && asObject(it->first)->isGlobalObject()) in protectedGlobalObjectCount()
145 if (value.isObject() && asObject(value)->isGlobalObject())
69 ASSERT(Base::isGlobalObject()); in JSCallbackObject()
649 ASSERT(globalObject->isGlobalObject()); in emit_op_get_global_var()662 ASSERT(globalObject->isGlobalObject()); in emit_op_put_global_var()
2749 ASSERT(globalObject->isGlobalObject()); in DEFINE_STUB_FUNCTION()
165 ASSERT(globalObject->isGlobalObject()); in resolveGlobal()202 ASSERT(globalObject->isGlobalObject()); in resolveGlobalDynamic()2348 ASSERT(scope->isGlobalObject()); in privateExecute()2361 ASSERT(scope->isGlobalObject()); in privateExecute()
10941 Release build fix: Always compile in "isGlobalObject", since it's10945 (KJS::ExecState::isGlobalObject):30229 (KJS::JSGlobalObject::isGlobalObject):30248 (KJS::JSObject::isGlobalObject):
12694 (KJS::Interpreter::isGlobalObject):19019 (KJS::Interpreter::isGlobalObject):21509 (KJS::Interpreter::isGlobalObject):
16836 (JSC::JSGlobalObject::isGlobalObject): Ditto.16839 … (JSC::globalFuncEval): Use unwrappedObject and isGlobalObject here rather than toGlobalObject.32007 isGlobalObject function.
3899 (KJS::ScriptInterpreter::isGlobalObject):26398 (ScriptInterpreter::isGlobalObject):