Home
last modified time | relevance | path

Searched defs:isNull (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/ref_ops/
Dreference_is_null_test.cpp28 ani_boolean isNull = ANI_FALSE; in TEST_F() local
36 ani_boolean isNull = ANI_TRUE; in TEST_F() local
44 ani_boolean isNull = ANI_TRUE; in TEST_F() local
53 ani_boolean isNull = ANI_FALSE; in TEST_F() local
61 ani_boolean isNull = ANI_FALSE; in TEST_F() local
70 ani_boolean isNull = ANI_FALSE; in TEST_F() local
Dget_null_test.cpp27 auto isNull = CallEtsFunction<ani_boolean>("get_null_test", "isNull", ref); in TEST_F() local
50 auto isNull = CallEtsFunction<ani_boolean>("get_null_test", "isNull", ref); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_get_ref_test.cpp43 ani_boolean isNull; in TEST_F() local
Darray_set_ref_test.cpp189 ani_boolean isNull; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/gref_ops/
Dglobal_reference_create_test.cpp28 ani_boolean isNull {}; in TEST_F() local
62 ani_boolean isNull {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/local_scope_ops/
Dcreate_local_scope.cpp138 ani_boolean isNull = ANI_FALSE; in TEST_F() local
441 ani_boolean isNull = ANI_FALSE; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dpanda_types.h56 bool isNull() const in isNull() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp351 [[maybe_unused]] bool isNull = true; in SetTypeInfosInGraph() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1209 Label isNull(env); in ObjectSetPrototype() local
Dbuiltins_typedarray_stub_builder.cpp29 Label isNull(env); in GetDataPointFromBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1349 Label isNull(env_); in ToObject() local
Dstub_builder.cpp186 Label isNull(env); in MatchFieldType() local
3998 Label isNull(env); in GetPropertyByName() local
5225 Label isNull(env); in SetPropertyByName() local
5593 Label isNull(env); in DefinePropertyByName() local
11647 Label isNull(env); in IsDetachedBuffer() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4602 FORCE_INLINE JSVM_Status IsNullImpl(JSVM_Env env, JSVM_Value value, bool* isNull) in IsNullImpl()
4610 JSVM_Status OH_JSVM_IsNull(JSVM_Env env, JSVM_Value value, bool* isNull) in OH_JSVM_IsNull()