Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc640 HasBuiltinFunctionId() || HasInferredName()); in SharedFunctionInfoVerify()
Dobjects-inl.h6236 bool SharedFunctionInfo::HasInferredName() { in HasInferredName() function
6241 if (HasInferredName()) { in inferred_name()
6250 DCHECK(function_identifier()->IsUndefined(GetIsolate()) || HasInferredName()); in set_inferred_name()
Dobjects.h7111 inline bool HasInferredName();