Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp989 JSHandle<JSObject> booleanFuncPrototype = in InitializeBoolean() local
991 JSHandle<JSTaggedValue> booleanFuncPrototypeValue(booleanFuncPrototype); in InitializeBoolean()
998 …JSHandle<JSFunction> booleanFunction = NewBuiltinConstructor(env, booleanFuncPrototype, Boolean::B… in InitializeBoolean()
1003 SetFunction(env, booleanFuncPrototype, thread_->GlobalConstants()->GetHandledToStringString(), in InitializeBoolean()
1005 SetFunction(env, booleanFuncPrototype, thread_->GlobalConstants()->GetHandledValueOfString(), in InitializeBoolean()