OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetNativesFromFile
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/snapshot/
snapshot-empty.cc
18
void
SetNativesFromFile
(StartupData* data) { CHECK(false); }
natives-external.cc
26
* embedder calling v8::SetNativesDataBlob, which calls
SetNativesFromFile
148
* Read the Natives blob, as previously set by
SetNativesFromFile
.
168
void
SetNativesFromFile
(StartupData* natives_blob) {
180
* Release memory allocated by
SetNativesFromFile
.
Completed in 84 milliseconds