Searched refs:JSClassExoticMethods (Results 1 – 2 of 2) sorted by relevance
440 typedef struct JSClassExoticMethods { struct468 } JSClassExoticMethods; argument490 JSClassExoticMethods *exotic;
335 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