Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_tagged_value.h105 static inline constexpr JSTaggedValue Undefined() in Undefined() function
/ark/runtime_core/runtime/include/coretypes/
Dtagged_value.h280 static inline constexpr TaggedValue Undefined() in Undefined() function
/ark/js_runtime/ecmascript/tests/
Dtagged_value_test.cpp127 HWTEST_F_L0(JSTaggedValueTest, Undefined) in HWTEST_F_L0() argument
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h233 static const std::string Undefined; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp29 const std::string ObjectType::Undefined = "undefined"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1643 Local<PrimitiveRef> JSValueRef::Undefined(const EcmaVM *vm) in Undefined() function in panda::JSValueRef