Lines Matching defs:constructorKey
175 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
177 JSObject::DefineOwnProperty(thread, prototype, constructorKey, descriptor1);
283 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
284 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(prototype), constructorKey, arrayListFunction);
358 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
359 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(funcPrototype), constructorKey, lightWeightMapFunction);
432 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
433 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(funcPrototype), constructorKey, lightweightSetFunction);
499 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
500 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(mapFuncPrototype), constructorKey, mapFunction);
576 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
577 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(setFuncPrototype), constructorKey, setFunction);
650 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
651 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(plainArrayFuncPrototype), constructorKey,
725 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
726 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(stackFuncPrototype), constructorKey, stackFunction);
784 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
785 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(prototype), constructorKey, vectorFunction);
866 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
867 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(prototype), constructorKey, bitVectorFunction);
934 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
935 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(queueFuncPrototype), constructorKey, queueFunction);
989 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
990 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(dequeFuncPrototype), constructorKey, dequeFunction);
1042 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1043 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(listFuncPrototype), constructorKey, listFunction);
1093 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1094 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(linkedListFuncPrototype), constructorKey, linkedListFunction);
1180 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1181 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(hashMapFuncPrototype), constructorKey, hashMapFunction);
1259 JSHandle<JSTaggedValue> constructorKey = globalConst->GetHandledConstructorString();
1260 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(hashSetFuncPrototype), constructorKey, hashSetFunction);