Searched defs:CallJS (Results 1 – 3 of 3) sorted by relevance
117 void CallJS(const std::string& method, const A1& arg1) { in CallJS() function122 void CallJS(const std::string& method, const A1& arg1, const A2& arg2) { in CallJS() function128 void CallJS(const std::string& method, in CallJS() function139 void CallJS(const std::string& method, in CallJS() function
91 void BaseScreenHandler::CallJS(const std::string& method) { in CallJS() function in chromeos::BaseScreenHandler
180 int64_t Simulator::CallJS(byte* entry, in CallJS() function in v8::internal::Simulator