Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h440 typedef struct JSClassExoticMethods { struct
468 } JSClassExoticMethods; argument
490 JSClassExoticMethods *exotic;
A Dquickjs.c335 const JSClassExoticMethods* exotic;
1255 static const JSClassExoticMethods js_arguments_exotic_methods;
1256 static const JSClassExoticMethods js_string_exotic_methods;
1257 static const JSClassExoticMethods js_proxy_exotic_methods;
1258 static const JSClassExoticMethods js_module_ns_exotic_methods;
7453 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in JS_GetOwnPropertyNamesInternal()
7681 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in JS_GetOwnPropertyInternal()
14698 static const JSClassExoticMethods js_arguments_exotic_methods = {
27238 static const JSClassExoticMethods js_module_ns_exotic_methods = {
39436 static const JSClassExoticMethods js_string_exotic_methods = {
[all …]

Completed in 94 milliseconds