Home
last modified time | relevance | path

Searched defs:IsInterpreted (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dmessages.h155 bool IsInterpreted() const { return code_ == nullptr; } in IsInterpreted() function
Dobjects-inl.h2309 bool JSFunction::IsInterpreted() { in IsInterpreted() function
/external/v8/src/objects/
Dshared-function-info-inl.h339 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted() function