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