Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc289 Handle<JSObject> GetTypeForGlobal(Isolate* isolate, bool is_mutable, in GetTypeForGlobal() function
421 GetTypeForGlobal(isolate, global.mutability, global.type); in GetImports()
519 GetTypeForGlobal(isolate, global.mutability, global.type); in GetExports()
Dwasm-module.h650 Handle<JSObject> GetTypeForGlobal(Isolate* isolate, bool is_mutable,
Dwasm-js.cc2556 auto type = i::wasm::GetTypeForGlobal(i_isolate, global->is_mutable(), in WebAssemblyGlobalType()