HomeSort by relevance Sort by last modified time
    Searched refs:runJs (Results 1 - 6 of 6) sorted by null

  /hardware/ril/mock-ril/src/cpp/
js_support.h 42 extern void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
js_support.cpp 227 runJs(v8::Context::GetCurrent(), &try_catch, fileName, buffer);
285 void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
310 runJs(context, &try_catch, "local-string",
327 runJs(context, &try_catch, "local-string",
343 runJs(context, &try_catch, "local-string", "print(\"Hello\")");
355 runJs(context, &try_catch, "local-string", "+++");
367 runJs(context, &try_catch, "local-string",
397 runJs(context, &try_catch, "local-string",
experiments.cpp 138 runJs(context, &try_catch, "local-string",
242 runJs(context, &try_catch, "local-string",
mock_ril.cpp 326 runJs(context, &try_catch, "mock_ril.js", buffer);
worker_v8.cpp 202 ALOGD("testWorkerV8 runJs");
203 runJs(context, &try_catch, "local-string",
requests.cpp 474 runJs(context, &try_catch, fileName, buffer);

Completed in 237 milliseconds