Searched defs:is_constructor (Results 1 – 12 of 12) sorted by relevance
36 bool is_constructor; member
826 bool is_constructor() const { return is_constructor_; } in is_constructor() function851 bool is_constructor() const { return false; } in is_constructor() function
1158 AbstractCode* abstract_code, int code_offset, bool is_constructor, in JavaScriptFrameSummary()1378 bool is_constructor = IsConstructor(); in FRAME_SUMMARY_DISPATCH() local
602 const bool is_constructor = IsConstructor(); in ToString() local
2405 Handle<String> name, MaybeHandle<Code> maybe_code, bool is_constructor) { in NewSharedFunctionInfo()
4493 bool Map::is_constructor() const { in is_constructor() function
1200 bool is_constructor = !info->remove_prototype(); in GetOrCreateSharedFunctionInfo() local
426 def GetEnvCall(is_constructor, is_static, return_type): argument
313 bool is_constructor() const in is_constructor() function
366 bool is_constructor) { in GenTypeNativePtr()
4336 bool is_constructor = !class_info.has_seen_constructor; in ParseClassLiteral() local
3224 bool is_static, bool is_constructor, in DeclareClassProperty()