Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h360 static ARK_INLINE constexpr JSTaggedValue Null() in Null() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp132 HWTEST_F_L0(JSTaggedValueTest, Null) in HWTEST_F_L0() argument
/arkcompiler/toolchain/tooling/base/
Dpt_types.h391 static const std::string Null; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp34 const std::string ObjectSubType::Null = "null"; // NOLINT (readability-identifier-na… member in panda::ecmascript::tooling::ObjectSubType
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h111 inline GateRef StubBuilder::Null() in Null() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2879 Local<PrimitiveRef> JSValueRef::Null(const EcmaVM *vm) in Null() function in panda::JSValueRef