HomeSort by relevance Sort by last modified time
    Searched defs:v8_str (Results 1 - 2 of 2) sorted by null

  /external/v8/src/wasm/
wasm-js.cc 391 static Handle<String> v8_str(Isolate* isolate, const char* str) { function in namespace:v8::internal
397 Handle<String> name = v8_str(isolate, str);
417 Handle<String> name = v8_str(isolate, "Wasm");
435 Handle<String> name = v8_str(isolate, "experimentalVersion");
451 Handle<String> name = v8_str(isolate, "WebAssembly");
  /external/v8/test/cctest/
cctest.h 321 static inline v8::Local<v8::String> v8_str(const char* x) { function
328 static inline v8::Local<v8::String> v8_str(v8::Isolate* isolate, function
336 return v8::Symbol::New(v8::Isolate::GetCurrent(), v8_str(name));
351 return v8_compile(v8_str(x));
373 return CompileWithOrigin(source, v8_str(origin_url));
379 return CompileWithOrigin(v8_str(source), v8_str(origin_url));
386 return v8::Script::Compile(context, v8_str(source))
417 return CompileRun(v8_str(source));
440 v8::ScriptCompiler::Source script_source(v8_str(source))
    [all...]

Completed in 61 milliseconds