Home
last modified time | relevance | path

Searched defs:NULL_VALUE (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
Dindex.ts21 export const NULL_VALUE = null; constant
58 const randomValues = [STRING_VALUE, INT_VALUE, FLOAT_VALUE, BOOLEAN_VALUE, NULL_VALUE, constant
Dindex.js38 export const NULL_VALUE = null; constant
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h52 NULL_VALUE = 255, enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dliterals.h46 NULL_VALUE, enumerator
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dcommon.h102 static constexpr uint8_t NULL_VALUE = 0x22U; // 0010 0010 variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h41 static constexpr std::string_view NULL_VALUE = "Lstd/core/__NullValue;"; variable