Searched defs:WasmDebugInfo (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/wasm/
H A Dwasm-objects.h18 class WasmDebugInfo;
47 WasmDebugInfo* debug_info();
48 void set_debug_info(WasmDebugInfo* debug_info);
117 DECLARE_OPTIONAL_ACCESSORS(debug_info, WasmDebugInfo);
268 class WasmDebugInfo : public FixedArray { class in namespace:v8::internal
272 static Handle<WasmDebugInfo> New(Handle<JSObject> wasm);
275 static WasmDebugInfo* cast(Object* object);
282 static Script* GetFunctionScript(Handle<WasmDebugInfo> debug_info,
286 static Handle<String> DisassembleFunction(Handle<WasmDebugInfo> debug_info,
294 Handle<WasmDebugInfo> debug_inf
[all...]

Completed in 347 milliseconds