Home
last modified time | relevance | path

Searched defs:Undefined (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h310 static inline constexpr TaggedValue Undefined() in Undefined() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h353 static ARK_INLINE constexpr JSTaggedValue Undefined() in Undefined() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp127 HWTEST_F_L0(JSTaggedValueTest, Undefined) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h34 GateRef CircuitBuilder::Undefined() in Undefined() function
Dstub_builder-inl.h94 inline GateRef StubBuilder::Undefined() in Undefined() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h232 static const std::string Undefined; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp25 const std::string ObjectType::Undefined = "undefined"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2135 Local<PrimitiveRef> JSValueRef::Undefined(const EcmaVM *vm) in Undefined() function in panda::JSValueRef