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