• Home
  • Raw
  • Download

Lines Matching refs:constructorKey

746     JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
748 JSObject::DefineOwnProperty(thread_, symbolFuncPrototype, constructorKey, descriptor);
808 JSHandle<JSTaggedValue> constructorKey = thread_->GlobalConstants()->GetHandledConstructorString();
810 JSObject::DefineOwnProperty(thread_, symbolFuncPrototype, constructorKey, descriptor);
1071 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1073 JSObject::DefineOwnProperty(thread_, asyncFuncPrototype, constructorKey, asyncDesc);
1322 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1324 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor1);
1357 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1358 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(setFuncPrototype), constructorKey, setFunction);
1437 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1438 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(mapFuncPrototype), constructorKey, mapFunction);
1508 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1509 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(weakMapFuncPrototype), constructorKey, weakMapFunction);
1553 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1554 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(weakSetFuncPrototype), constructorKey, weakSetFunction);
1616 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1617 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(weakRefFuncPrototype), constructorKey, weakRefFunction);
1658 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1660 constructorKey, finalizationRegistryFunction);
2756 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
2758 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor);
3014 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
3016 JSObject::DefineOwnProperty(thread_, generatorFuncPrototype, constructorKey, generatorDesc);
3061 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
3064 JSObject::DefineOwnProperty(thread_, asyncGeneratorFuncPrototype, constructorKey, asyncGeneratorDesc);
3218 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
3220 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor1);