Home
last modified time | relevance | path

Searched refs:arg_object (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DCoroutineManager.java261 …public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws j… in co_resume() argument
268 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() argument
337 m_yield=arg_object; in co_exit_to()
/external/v8/test/cctest/
Dtest-parsing.cc1486 i::Handle<i::Object> arg_object; in FormatMessage() local
1492 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()