Searched refs:booleanFuncPrototype (Results 1 – 1 of 1) sorted by relevance
1002 JSHandle<JSObject> booleanFuncPrototype = in InitializeBoolean() local1004 JSHandle<JSTaggedValue> booleanFuncPrototypeValue(booleanFuncPrototype); in InitializeBoolean()1011 …JSHandle<JSFunction> booleanFunction = NewBuiltinConstructor(env, booleanFuncPrototype, Boolean::B… in InitializeBoolean()1017 SetFunction(env, booleanFuncPrototype, thread_->GlobalConstants()->GetHandledToStringString(), in InitializeBoolean()1019 SetFunction(env, booleanFuncPrototype, thread_->GlobalConstants()->GetHandledValueOfString(), in InitializeBoolean()1023 env->SetBooleanPrototype(thread_, booleanFuncPrototype); in InitializeBoolean()