Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-type.h95 bool IsArray() const in IsArray() function
Dannotation.h375 bool IsArray() const in IsArray() function
Dmeta.h297 bool IsArray() const in IsArray() function
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp277 bool PtJson::IsArray() const in IsArray() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h298 IrConstructor &IsArray(bool value) in IsArray() function
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp987 bool JSProxy::IsArray(JSThread *thread) const in IsArray() function in panda::ecmascript::JSProxy
Djs_tagged_value-inl.h851 inline bool JSTaggedValue::IsArray(JSThread *thread) const in IsArray() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp946 HWTEST_F_L0(JSTaggedValueTest, IsArray) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp1029 static bool IsArray(const panda_file::LiteralTag &tag) in IsArray() function
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1482 bool IsArray() const in IsArray() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp324 JSTaggedValue BuiltinsArray::IsArray(EcmaRuntimeCallInfo *argv) in IsArray() function in panda::ecmascript::builtins::BuiltinsArray
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp312 HWTEST_F_L0(BuiltinsArrayTest, IsArray) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3087 bool JSValueRef::IsArray(const EcmaVM *vm) in IsArray() function in panda::JSValueRef