Home
last modified time | relevance | path

Searched refs:HasInferredName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects-debug.cc620 HasBuiltinFunctionId() || HasInferredName()); in SharedFunctionInfoVerify()
Dobjects-inl.h6403 bool SharedFunctionInfo::HasInferredName() { in HasInferredName() function
6408 if (HasInferredName()) { in inferred_name()
6417 DCHECK(function_identifier()->IsUndefined(GetIsolate()) || HasInferredName()); in set_inferred_name()
Dobjects.h7534 inline bool HasInferredName();