Home
last modified time | relevance | path

Searched defs:IsConstructor (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.h35 bool IsConstructor() { return is_constructor_; } in IsConstructor() function in v8::internal::FrameInspector
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc163 bool WebSnapshotSerializerDeserializer::IsConstructor(uint32_t flags) { in IsConstructor() function in v8::internal::WebSnapshotSerializerDeserializer
/third_party/node/deps/v8/src/parsing/
H A Dparser.h593 V8_INLINE bool IsConstructor(const AstRawString* identifier) const { in IsConstructor() function in v8::internal::Parser
H A Dpreparser.h67 bool IsConstructor() const { return type_ == kConstructorIdentifier; } in IsConstructor() function in v8::internal::PreParserIdentifier
1314 V8_INLINE bool IsConstructor(const PreParserIdentifier& identifier) const { in IsConstructor() function in v8::internal::PreParser
/third_party/node/deps/v8/src/execution/
H A Dframes.cc921 bool BuiltinExitFrame::IsConstructor() const { in IsConstructor() function in v8::internal::BuiltinExitFrame
1293 bool JavaScriptFrame::IsConstructor() const { in IsConstructor() function in v8::internal::JavaScriptFrame
1339 bool CommonFrameWithJSLinkage::IsConstructor() const { in IsConstructor() function in v8::internal::CommonFrameWithJSLinkage
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc3253 bool StackFrame::IsConstructor() const { in IsConstructor() function in v8::StackFrame
5121 bool v8::Object::IsConstructor() const { in IsConstructor() function in v8::v8::Object

Completed in 36 milliseconds