Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1238 Label isNull(env_); in ToObject() local
Dstub_builder.cpp165 Label isNull(env); in MatchFieldType() local
3640 Label isNull(env); in GetPropertyByName() local
4735 Label isNull(env); in SetPropertyByName() local
5054 Label isNull(env); in DefinePropertyByName() local
10936 Label isNull(env); in IsDetachedBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1223 Label isNull(env); in ObjectSetPrototype() local
Dbuiltins_typedarray_stub_builder.cpp29 Label isNull(env); in GetDataPointFromBuffer() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4303 JSVM_Status OH_JSVM_IsNull(JSVM_Env env, JSVM_Value value, bool* isNull) in OH_JSVM_IsNull()