Home
last modified time | relevance | path

Searched refs:ThrowSuperNotCalledIfHole (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h457 BytecodeArrayBuilder& ThrowSuperNotCalledIfHole();
Dbytecodes.h414 V(ThrowSuperNotCalledIfHole, ImplicitRegisterUse::kReadAccumulator) \
Dbytecode-array-builder.cc1317 BytecodeArrayBuilder& BytecodeArrayBuilder::ThrowSuperNotCalledIfHole() { in ThrowSuperNotCalledIfHole() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2722 IGNITION_HANDLER(ThrowSuperNotCalledIfHole, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc3683 builder()->ThrowSuperNotCalledIfHole(); in BuildThrowIfHole()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc844 MAGLEV_UNIMPLEMENTED_BYTECODE(ThrowSuperNotCalledIfHole) in MAGLEV_UNIMPLEMENTED_BYTECODE() argument