Home
last modified time | relevance | path

Searched refs:runJs (Results 1 – 6 of 6) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
Djs_support.cpp227 runJs(v8::Context::GetCurrent(), &try_catch, fileName, buffer); in Include()
285 void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch, in runJs() function
310 runJs(context, &try_catch, "local-string", in testRadioState()
327 runJs(context, &try_catch, "local-string", in testMsSleep()
343 runJs(context, &try_catch, "local-string", "print(\"Hello\")"); in testPrint()
355 runJs(context, &try_catch, "local-string", "+++"); in testCompileError()
367 runJs(context, &try_catch, "local-string", in testRuntimeError()
397 runJs(context, &try_catch, "local-string", in testReadFileToStringBuffer()
Djs_support.h42 extern void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
Dexperiments.cpp138 runJs(context, &try_catch, "local-string", in testOnRilRequestUsingCppRequestObjs()
242 runJs(context, &try_catch, "local-string", in testProtobufV8()
Dmock_ril.cpp326 runJs(context, &try_catch, "mock_ril.js", buffer); in RIL_Init()
Dworker_v8.cpp203 runJs(context, &try_catch, "local-string", in testWorkerV8()
Drequests.cpp474 runJs(context, &try_catch, fileName, buffer); in testRequests()