Searched refs:Wrap (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsTypedefAndImportTypes/ |
D | usage.js | 25 class Wrap { 46 AssertType(module.exports = { Wrap}, "typeof module.exports"); field 48 AssertType({ Wrap}, "{ Wrap: typeof Wrap; }"); field 50 Wrap 51 AssertType(Wrap, "typeof Wrap");
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astDump.cpp | 37 Wrap([this, node]() -> void { in SerializeNode() 180 Wrap([this, &props]() -> void { in SerializePropList() 192 Wrap( in SerializeArray() 213 Wrap([this, object]() -> void { in SerializeObject() 219 void AstDumper::Wrap(const WrapperCb &cb, char delimStart, char delimEnd) in Wrap() function in panda::es2panda::ir::AstDumper 241 Wrap([this, &loc]() -> void { in SerializeLoc() 254 Wrap([this, &loc]() -> void { in SerializeSourcePosition()
|
D | astDump.h | 196 void Wrap(const WrapperCb &cb, char delimStart = '{', char delimEnd = '}');
|