cef_v8stack_frame_t.is_constructor

Returns true (1) if the function was called as a constructor via "new".

struct cef_v8stack_frame_t
extern (System)
int function(cef_v8stack_frame_t* self) nothrow is_constructor;

Meta