OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeJsContext
(Results
1 - 3
of
3
) sorted by null
/hardware/ril/mock-ril/src/cpp/
js_support.h
39
extern v8::Persistent<v8::Context>
makeJsContext
();
mock_ril.cpp
312
v8::Persistent<v8::Context> context =
makeJsContext
();
js_support.cpp
240
v8::Persistent<v8::Context>
makeJsContext
() {
274
DBG("
makeJsContext
: Exception making the context");
Completed in 23 milliseconds