Home
last modified time | relevance | path

Searched defs:checkNull (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/sts_to_js/
Dcheck_conversion_null_and_undefined.js22 function checkNull() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/primitive/ts_to_ets/
Dtest_primitive.ts44 const checkNull = etsVm.getFunction('Lprimitive/ETSGLOBAL;', 'checkNull'); constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2873 …WriteBarrier::EncodeCheckObject(Reg base, Reg reg1, LabelHolder::LabelId skipLabel, bool checkNull) in EncodeCheckObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp185 Label checkNull(env); in MatchFieldType() local