Home
last modified time | relevance | path

Searched defs:boolean (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_boolean_test.cpp64 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
84 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
104 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
143 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
179 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
Dbuiltins_object_test.cpp915 …JSHandle<JSPrimitiveRef> boolean = thread->GetEcmaVM()->GetFactory()->NewJSPrimitiveRef(booleanObj… in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp80 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
140 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
207 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
273 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
342 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
412 JSHandle<JSFunction> boolean(env->GetBooleanFunction()); in HWTEST_F_L0() local
/ark/runtime_core/libpandabase/utils/
Djson_parser.cpp154 BoolT boolean {false}; in GetBool() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp638 JSHandle<JSTaggedValue> boolean(thread, JSTaggedValue(input)); in New() local