Home
last modified time | relevance | path

Searched defs:JSObject (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/modules/canvaskit/
DWasmAliases.h18 using JSObject = emscripten::val; variable
/third_party/skia/modules/canvaskit/
DWasmCommon.h21 using JSObject = emscripten::val; variable
/third_party/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp46 using JSObject = emscripten::val; typedef
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp47 using JSObject = emscripten::val; typedef
/third_party/quickjs/
Dquickjs.h51 typedef struct JSObject JSObject; typedef
Dquickjs.c878 struct JSObject { struct
879 union {
897 JSShape *shape; /* prototype and property names + flag */
898 JSProperty *prop; /* array of properties */
900 struct JSMapRecord *first_weak_ref; /* XXX: use a bit and an external hash table? */
902 union {
961 } u;