Searched defs:objFuncPrototypeVal (Results 1 – 2 of 2) sorted by relevance
31 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Date() local47 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Set() local62 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in Map() local139 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in TypedArray() local182 JSHandle<JSTaggedValue> objFuncPrototypeVal = env->GetObjectFunctionPrototype(); in DataView() local
200 JSHandle<JSTaggedValue> objFuncPrototypeVal(objFuncPrototype); in Initialize() local2161 …s::InitializeArray(const JSHandle<GlobalEnv> &env, const JSHandle<JSTaggedValue> &objFuncPrototype… in InitializeArray()