Home
last modified time | relevance | path

Searched refs:ReadChars (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dd8.h584 static char* ReadChars(const char* name, int* size_out);
Dd8.cc1442 reinterpret_cast<uint8_t*>(ReadChars(absolute_path.c_str(), &length))); in ExecuteWebSnapshot()
1471 std::unique_ptr<char[]> data(ReadChars(absolute_path.c_str(), &length)); in LoadJSON()
3608 char* Shell::ReadChars(const char* name, int* size_out) { in ReadChars() function in v8::Shell
3638 std::unique_ptr<char[]> data(ReadChars(name, &length)); in ReadLines()
3676 uint8_t* data = reinterpret_cast<uint8_t*>(ReadChars(*filename, &length)); in ReadBuffer()
5466 char* trace_config_json_str = ReadChars(options.trace_config, &size); in Main()