Lines Matching refs:JSClassExoticMethods
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;
7123 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in JS_GetPropertyInternal()
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()
7741 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in JS_HasProperty()
8091 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in delete_property()
8271 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in JS_SetPropertyGeneric()
8457 const JSClassExoticMethods* em = ctx->rt->class_array[p1->class_id].exotic; in JS_SetPropertyInternal()
8830 const JSClassExoticMethods* em = ctx->rt->class_array[p->class_id].exotic; in JS_CreateProperty()
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 = {
44553 static const JSClassExoticMethods js_proxy_exotic_methods = {