Searched defs:IsCompiled (Results 1 – 2 of 2) sorted by relevance
3330 bool IsCompiled() const { return GetCompiledNode() != NULL; } in IsCompiled() function
37 bool ExperimentalRegExp::IsCompiled(Handle<JSRegExp> re, Isolate* isolate) { in IsCompiled() function in v8::internal::ExperimentalRegExp