Searched refs:is_construct_call_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Darguments.cc102 is_construct_call_); local
108 is_construct_call_); local
H A Darguments.h315 is_construct_call_(is_construct_call) {
344 bool is_construct_call_; member in class:v8::internal::FunctionCallbackArguments
/external/v8/include/
H A Dv8.h1984 bool is_construct_call_; member in class:v8::Arguments
4020 is_construct_call_(is_construct_call) { }
4052 return is_construct_call_;
/external/chromium_org/v8/include/
H A Dv8.h3058 bool is_construct_call_; member in class:v8::FunctionCallbackInfo
5993 is_construct_call_(is_construct_call) { }
6050 return is_construct_call_;

Completed in 678 milliseconds