Searched refs:arg_object (Results 1 – 2 of 2) sorted by relevance
261 …public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws j… in co_resume() argument268 m_yield=arg_object; in co_resume()330 …public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws ja… in co_exit_to() argument337 m_yield=arg_object; in co_exit_to()
1486 i::Handle<i::Object> arg_object; in FormatMessage() local1492 arg_object = v8::Utils::OpenHandle(*v8_str(arg)); in FormatMessage()1496 arg_object = isolate->factory()->undefined_value(); in FormatMessage()1500 return i::MessageTemplate::FormatMessage(isolate, message, arg_object); in FormatMessage()