• Home
  • Raw
  • Download

Lines Matching refs:i_context

69   i::Handle<i::Context> i_context = Utils::OpenHandle(*context);  in GetFirstArgumentAsModule()  local
71 i::handle(i_context->wasm_module_sym()), thrower, in GetFirstArgumentAsModule()
327 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyInstantiate() local
361 if (HasBrand(first_arg, i::Handle<i::Symbol>(i_context->wasm_module_sym()))) { in WebAssemblyInstantiate()
509 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableGetLength() local
511 i::Handle<i::Symbol>(i_context->wasm_table_sym()), &thrower, in WebAssemblyTableGetLength()
528 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableGrow() local
530 i::Handle<i::Symbol>(i_context->wasm_table_sym()), &thrower, in WebAssemblyTableGrow()
582 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableGet() local
584 i::Handle<i::Symbol>(i_context->wasm_table_sym()), &thrower, in WebAssemblyTableGet()
611 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyTableSet() local
613 i::Handle<i::Symbol>(i_context->wasm_table_sym()), &thrower, in WebAssemblyTableSet()
660 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyMemoryGrow() local
662 i::Handle<i::Symbol>(i_context->wasm_memory_sym()), &thrower, in WebAssemblyMemoryGrow()
705 i::Handle<i::Context> i_context = Utils::OpenHandle(*context); in WebAssemblyMemoryGetBuffer() local
707 i::Handle<i::Symbol>(i_context->wasm_memory_sym()), &thrower, in WebAssemblyMemoryGetBuffer()