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

  /external/v8/src/wasm/
wasm-js.cc 103 static bool ValidateModule(v8::Isolate* isolate,
168 if (ValidateModule(isolate, args[0], &thrower)) {
  /external/v8/src/asmjs/
asm-typer.cc 437 if (!AsmType::None()->IsExactly(ValidateModule(root_))) {
479 // 6.1 ValidateModule
560 AsmType* AsmTyper::ValidateModule(FunctionLiteral* fun) {
    [all...]

Completed in 55 milliseconds