Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc69 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()
[all …]