Lines Matching defs:cx

102 bool GlobalObject::skipDeselectedConstructor(JSContext* cx, JSProtoKey key) {  in skipDeselectedConstructor()
218 bool GlobalObject::resolveConstructor(JSContext* cx, in resolveConstructor()
422 bool GlobalObject::maybeResolveGlobalThis(JSContext* cx, in maybeResolveGlobalThis()
440 JSObject* GlobalObject::createBuiltinProto(JSContext* cx, in createBuiltinProto()
451 JSObject* GlobalObject::createBuiltinProto(JSContext* cx, in createBuiltinProto()
464 bool GlobalObject::initBuiltinConstructor(JSContext* cx, in initBuiltinConstructor()
486 static bool ThrowTypeError(JSContext* cx, unsigned argc, Value* vp) { in ThrowTypeError()
493 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateThrowTypeError()
537 GlobalObject* GlobalObject::createInternal(JSContext* cx, in createInternal()
585 GlobalObject* GlobalObject::new_(JSContext* cx, const JSClass* clasp, in new_()
629 bool GlobalObject::getOrCreateEval(JSContext* cx, Handle<GlobalObject*> global, in getOrCreateEval()
644 bool GlobalObject::initStandardClasses(JSContext* cx, in initStandardClasses()
672 bool GlobalObject::isRuntimeCodeGenEnabled(JSContext* cx, HandleString code, in isRuntimeCodeGenEnabled()
686 JSFunction* GlobalObject::createConstructor(JSContext* cx, Native ctor, in createConstructor()
703 static NativeObject* CreateBlankProto(JSContext* cx, const JSClass* clasp, in CreateBlankProto()
715 NativeObject* GlobalObject::createBlankPrototype(JSContext* cx, in createBlankPrototype()
727 NativeObject* GlobalObject::createBlankPrototypeInheriting(JSContext* cx, in createBlankPrototypeInheriting()
733 bool js::LinkConstructorAndPrototype(JSContext* cx, JSObject* ctor_, in LinkConstructorAndPrototype()
747 bool js::DefinePropertiesAndFunctions(JSContext* cx, HandleObject obj, in DefinePropertiesAndFunctions()
759 bool js::DefineToStringTag(JSContext* cx, HandleObject obj, JSAtom* tag) { in DefineToStringTag()
768 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateForOfPICObject()
785 JSContext* cx, Handle<GlobalObject*> global) { in getOrCreateRealmKeyObject()
801 RegExpStatics* GlobalObject::getRegExpStatics(JSContext* cx, in getRegExpStatics()
826 bool GlobalObject::addToVarNames(JSContext* cx, JS::Handle<JSAtom*> name) { in addToVarNames()
838 NativeObject* GlobalObject::getIntrinsicsHolder(JSContext* cx, in getIntrinsicsHolder()
863 bool GlobalObject::getSelfHostedFunction(JSContext* cx, in getSelfHostedFunction()
917 bool GlobalObject::getIntrinsicValueSlow(JSContext* cx, in getIntrinsicValueSlow()
961 bool GlobalObject::addIntrinsicValue(JSContext* cx, in addIntrinsicValue()
984 bool GlobalObject::ensureModulePrototypesCreated(JSContext* cx, in ensureModulePrototypesCreated()
993 JSObject* GlobalObject::createIteratorPrototype(JSContext* cx, in createIteratorPrototype()
1010 JSContext* cx, Handle<GlobalObject*> global) { in createAsyncIteratorPrototype()