Searched defs:IsInterpreted (Results 1 – 3 of 3) sorted by relevance
155 bool IsInterpreted() const { return code_ == nullptr; } in IsInterpreted() function
2309 bool JSFunction::IsInterpreted() { in IsInterpreted() function
339 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted() function