Lines Matching refs:context
66 bool callOnRilRequest(v8::Handle<v8::Context> context, int request, in callOnRilRequest() argument
73 v8::Handle<v8::Value> onRilRequestFunctionValue = context->Global()->Get(name); in callOnRilRequest()
118 onRilRequestFunction->Call(context->Global(), argc, argv); in callOnRilRequest()
131 void testOnRilRequestUsingCppRequestObjs(v8::Handle<v8::Context> context) { in testOnRilRequestUsingCppRequestObjs() argument
138 runJs(context, &try_catch, "local-string", in testOnRilRequestUsingCppRequestObjs()
149 callOnRilRequest(context, RIL_REQUEST_SCREEN_STATE, data, in testOnRilRequestUsingCppRequestObjs()
231 void testProtobufV8(v8::Handle<v8::Context> context) { in testProtobufV8() argument
242 runJs(context, &try_catch, "local-string", in testProtobufV8()
274 void experiments(v8::Handle<v8::Context> context) { in experiments() argument
278 testOnRilRequestUsingCppRequestObjs(context); in experiments()
279 testProtobufV8(context); in experiments()