HomeSort by relevance Sort by last modified time
    Searched defs:is_construct (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
frames.h 519 bool is_construct() const { return type() == CONSTRUCT; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 1904 const bool is_construct = (node->opcode() == IrOpcode::kJSConstruct); local
    [all...]

Completed in 509 milliseconds