Lines Matching defs:constructorKey

747     JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
749 JSObject::DefineOwnProperty(thread_, symbolFuncPrototype, constructorKey, descriptor);
809 JSHandle<JSTaggedValue> constructorKey = thread_->GlobalConstants()->GetHandledConstructorString();
811 JSObject::DefineOwnProperty(thread_, symbolFuncPrototype, constructorKey, descriptor);
1072 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1074 JSObject::DefineOwnProperty(thread_, asyncFuncPrototype, constructorKey, asyncDesc);
1323 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1325 JSObject::DefineOwnProperty(thread_, prototype, constructorKey, descriptor1);
1358 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1359 JSObject::SetProperty(thread_, JSHandle<JSTaggedValue>(setFuncPrototype), constructorKey, setFunction);
1438 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1439 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);
2753 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
2755 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);