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 124 bool is_construct() const { return type() == CONSTRUCT; } function in class:v8::internal::BASE_EMBEDDED
476 ASSERT(frame->is_construct());
builtins.cc 149 bool reference_result = frame->is_construct();
722 template <bool is_construct>
725 ASSERT(is_construct == CalledAsConstructor());
730 if (is_construct) {
772 is_construct,
792 if (!is_construct || result->IsJSObject()) return result;
828 const bool is_construct = false; local
853 is_construct,
    [all...]

Completed in 34 milliseconds