Home
last modified time | relevance | path

Searched refs:Wasm (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h410 static const std::string Wasm; // NOLINT (readability-identifier-naming) member
414 type == Boolean || type == Symbol || type == Bigint || type == Wasm; in Valid()
H A Dpt_types.cpp34 const std::string ObjectType::Wasm = "wasm"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp860 ObjectType::Wasm + R"("}}})";
868 EXPECT_EQ(symbol->GetType(), ObjectType::Wasm);

Completed in 13 milliseconds