Searched refs:IsReservedWord (Results 1 – 4 of 4) sorted by relevance
555 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord() function
247 bool IsReservedWord(const char *word) override;
2711 bool ScriptInterpreterPythonImpl::IsReservedWord(const char *word) { in IsReservedWord() function in ScriptInterpreterPythonImpl
245 script_interpreter->IsReservedWord(module_basename.c_str())) { in LocateExecutableScriptingResources()