Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp467 bool boolResult = callResult.ToBoolean(); in Filter() local
Djs_locale.cpp1205 bool boolResult = false; in InsertOptions() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp991 bool boolResult = callResult.ToBoolean(); in Find() local
2198 bool boolResult = callResult.ToBoolean(); in Some() local
Dbuiltins_typedarray.cpp523 bool boolResult = callResult.ToBoolean(); in Every() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp486 JSTaggedValue boolResult = BuiltinsObject::Is(boolCallInfo); in HWTEST_F_L0() local