HomeSort by relevance Sort by last modified time
    Searched refs:is_new_target (Results 1 - 6 of 6) sorted by null

  /external/v8/test/cctest/interpreter/
bytecode-expectations-printer.cc 129 if (register_value.is_new_target()) {
  /external/v8/src/interpreter/
bytecodes.cc 871 bool Register::is_new_target() const { function in class:v8::internal::interpreter::Register
929 } else if (is_new_target()) {
bytecode-array-builder.cc 667 reg.is_new_target()) {
bytecodes.h 379 bool is_new_target() const;
    [all...]
  /external/v8/src/ast/
ast.h 1714 bool is_new_target() const { return IsNewTargetField::decode(bit_field_); } function in class:v8::internal::final
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 253 } else if (the_register.is_new_target()) {
    [all...]

Completed in 61 milliseconds