Home
last modified time | relevance | path

Searched refs:booleanFuncPrototype (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1002 JSHandle<JSObject> booleanFuncPrototype = in InitializeBoolean() local
1004 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()