mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* Export get_object_tree
This commit is contained in:
parent
45ec51dc1f
commit
25af7a4281
@ -89,7 +89,9 @@ begin
|
||||
OnGetObjectProperties(aInspectorID, aObjectID,aFlags,Result);
|
||||
end;
|
||||
|
||||
exports wasm_oi_get_object_properties;
|
||||
exports
|
||||
wasm_oi_get_object_properties,
|
||||
wasm_oi_get_object_tree;
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user