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

  /external/v8/src/
builtins.cc 156 bool reference_result = frame->is_construct();
1166 const bool is_construct = false; local
    [all...]
hydrogen.h 500 bool is_construct) const;
708 bool is_construct() { return return_handling_ == CONSTRUCT_CALL_RETURN; } function in class:v8::internal::FunctionState
    [all...]

Completed in 55 milliseconds