Home
last modified time | relevance | path

Searched refs:has_prototype (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Daccessors.cc887 if (!function->has_prototype()) { in GetFunctionPrototype()
901 if (function->has_prototype()) in SetFunctionPrototype()
Dfactory.cc2184 DCHECK(!result->has_prototype()); in CreateApiFunction()
Dobjects-inl.h5920 bool JSFunction::has_prototype() { in has_prototype() function
5935 DCHECK(has_prototype()); in prototype()
Dobjects.h7310 inline bool has_prototype();