• Home
  • Raw
  • Download

Lines Matching refs:constructorKey

696     JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
698 JSObject::DefineOwnProperty(thread_, symbolFuncPrototype, constructorKey, descriptor);
817 JSHandle<JSTaggedValue> constructorKey = thread_->GlobalConstants()->GetHandledConstructorString();
819 JSObject::DefineOwnProperty(thread_, symbolFuncPrototype, constructorKey, descriptor);
1079 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1081 JSObject::DefineOwnProperty(thread_, asyncFuncPrototype, constructorKey, asyncDesc);
1330 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1332 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor1);
1364 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1365 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(setFuncPrototype), constructorKey, setFunction);
1440 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1441 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(mapFuncPrototype), constructorKey, mapFunction);
1509 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1510 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(weakMapFuncPrototype), constructorKey, weakMapFunction);
1554 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1555 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(weakSetFuncPrototype), constructorKey, weakSetFunction);
1617 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1618 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(weakRefFuncPrototype), constructorKey, weakRefFunction);
1659 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1661 constructorKey, finalizationRegistryFunction);
2660 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
2662 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor);
2927 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
2929 JSObject::DefineOwnProperty(thread_, generatorFuncPrototype, constructorKey, generatorDesc);
2974 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
2977 JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, constructorKey, asyncGeneratorDesc);
3131 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
3133 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor1);
3763 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
3766 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor, SCheckMode::SKIP);