Searched refs:runJs (Results 1 – 6 of 6) sorted by relevance
/hardware/ril/mock-ril/src/cpp/ |
D | js_support.cpp | 227 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()
|
D | js_support.h | 42 extern void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
|
D | experiments.cpp | 138 runJs(context, &try_catch, "local-string", in testOnRilRequestUsingCppRequestObjs() 242 runJs(context, &try_catch, "local-string", in testProtobufV8()
|
D | mock_ril.cpp | 326 runJs(context, &try_catch, "mock_ril.js", buffer); in RIL_Init()
|
D | worker_v8.cpp | 203 runJs(context, &try_catch, "local-string", in testWorkerV8()
|
D | requests.cpp | 474 runJs(context, &try_catch, fileName, buffer); in testRequests()
|