Home
last modified time | relevance | path

Searched refs:kExprEnd (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/
Didentity.tentative.any.js29 kExprEnd
40 kExprEnd
Dbasic.tentative.any.js84 kExprEnd,
108 kExprEnd,
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js197 let kExprEnd = 0x0b; variable
612 this.body.push(kExprEnd);
1034 section.emit_u8(kExprEnd); // end of init expression
1101 section.emit_u8(kExprEnd);
1117 section.emit_u8(kExprEnd);
1121 section.emit_u8(kExprEnd);
1201 section.emit_u8(kExprEnd);
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc290 current_function_builder_->Emit(kExprEnd); in End()
379 start->Emit(kExprEnd); in ValidateModule()
814 current_function_builder_->Emit(kExprEnd); in ValidateFunction()
1114 current_function_builder_->Emit(kExprEnd); in IfStatement()
1343 current_function_builder_->Emit(kExprEnd); in SwitchStatement()
1347 current_function_builder_->Emit(kExprEnd); in SwitchStatement()
2081 current_function_builder_->Emit(kExprEnd); in ConditionalExpression()
2356 current_function_builder_->Emit(kExprEnd); in ValidateCall()
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.cc586 buffer->write_u8(kExprEnd); in WriteInitializerExpression()
819 buffer->write_u8(kExprEnd); in WriteTo()
870 buffer->write_u8(kExprEnd); in WriteTo()
Dfunction-body-decoder.cc274 case kExprEnd: in PrintRawWasmCode()
Dmodule-decoder.cc1885 if (V8_LIKELY(lookahead(1 + length, kExprEnd))) { in consume_init_expr()
1896 if (V8_LIKELY(lookahead(1 + length, kExprEnd))) { in consume_init_expr()
1917 if (V8_LIKELY(lookahead(1 + length, kExprEnd))) { in consume_init_expr()
Dfunction-body-decoder-impl.h1234 case kExprEnd:
1585 case kExprEnd:
1996 case kExprEnd: