Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
H A DdestructuredDeclarationEmit.js11 const { bar: baz, bat, bam: { bork: { bar: ibar, baz: ibaz } } } = foo;
40 var baz = foo_1.foo.bar, bat = foo_1.foo.bat, _a = foo_1.foo.bam.bork, ibar = _a.bar, ibaz = _a.baz;
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h562 void ibar(int32_t hint);
H A Dassembler-loong64.cc1657 void Assembler::ibar(int32_t hint) { GenImm(IBAR, hint); } in ibar() function in v8::internal::Assembler

Completed in 8 milliseconds