Home
last modified time | relevance | path

Searched defs:isUndefined (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/ref_ops/
Dreference_is_undefined_test.cpp28 ani_boolean isUndefined = ANI_TRUE; in TEST_F() local
36 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
44 ani_boolean isUndefined = ANI_TRUE; in TEST_F() local
53 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
61 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
70 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
Dreference_is_nullish_value_test.cpp28 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
36 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
44 ani_boolean isUndefined = ANI_TRUE; in TEST_F() local
53 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
61 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
70 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
Dget_undefined_test.cpp27 auto isUndefined = CallEtsFunction<ani_boolean>("get_undefined_test", "isUndefined", ref); in TEST_F() local
42 auto isUndefined = CallEtsFunction<ani_boolean>("get_undefined_test", "isUndefined", ref); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/
Dani_gtest_tuple_ops.h36 ani_boolean isUndefined = ANI_TRUE; in GetTupleWithCheckImpl() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/gref_ops/
Dglobal_reference_create_test.cpp39 ani_boolean isUndefined {}; in TEST_F() local
76 ani_boolean isUndefined {}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/is_nullvalue/
Dis_nullvalue.cpp45 AbckitInst *isUndefined = g_statG->iCreateIsUndefined(graph, initObj); in TransformIsUndefinedIr() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/
Dmain.cpp189 ani_boolean isUndefined = ANI_TRUE; in AniUtilsIsUndefined() local
225 ani_boolean isUndefined = AniUtilsIsUndefined(env, typedArray); in DoEnd() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DUndefinedVariable.ts61 private isUndefined(val: Value): boolean { method in UndefinedVariableChecker
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
Dstdlib_ani_helpers.cpp145 ani_boolean isUndefined = ANI_FALSE; in GetFieldStrUndefined() local
DIntlRelativeTimeFormat.cpp123 ani_boolean isUndefined = ANI_FALSE; in ToIcuLocale() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/local_scope_ops/
Dcreate_local_scope.cpp151 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
456 ani_boolean isUndefined = ANI_FALSE; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp228 ani_boolean isUndefined {}; in FindTimerInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp164 Label isUndefined(env0); in GetGlobalEnvFromFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h605 GateRef isUndefined = TaggedIsUndefined(x); in TaggedIsUndefinedOrHole() local
Dstub_builder.cpp188 Label isUndefined(env); in MatchFieldType() local
797 Label isUndefined(env); in FindElementFromNumberDictionary() local
885 Label isUndefined(env); in FindEntryFromHashTable() local
994 Label isUndefined(env); in FindEntryFromTransitionDictionary() local
12017 Label isUndefined(env); in GetModuleValueByIndex() local
12959 Label isUndefined(env); in ToPrimitive() local
Dcircuit_builder.cpp1347 Label isUndefined(env_); in ToObject() local
Dnew_object_stub_builder.cpp1314 Label isUndefined(env); in SetProfileTypeInfoCellToFunction() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4582 FORCE_INLINE JSVM_Status IsUndefinedImpl(JSVM_Env env, JSVM_Value value, bool* isUndefined) in IsUndefinedImpl()
4590 JSVM_Status OH_JSVM_IsUndefined(JSVM_Env env, JSVM_Value value, bool* isUndefined) in OH_JSVM_IsUndefined()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp3540 ani_boolean isUndefined = ANI_FALSE; in GetErrorDescriptionLines() local