Searched refs:exotic (Results 1 – 6 of 6) sorted by relevance
55 - allow exotic constructors
490 JSClassExoticMethods *exotic; member
335 const JSClassExoticMethods* exotic; member1646 rt->class_array[JS_CLASS_ARGUMENTS].exotic = &js_arguments_exotic_methods; in JS_NewRuntime2()1647 rt->class_array[JS_CLASS_STRING].exotic = &js_string_exotic_methods; in JS_NewRuntime2()1648 rt->class_array[JS_CLASS_MODULE_NS].exotic = &js_module_ns_exotic_methods; in JS_NewRuntime2()3446 cl->exotic = class_def->exotic; in JS_NewClass1()4805 if (ctx->rt->class_array[class_id].exotic) { in JS_NewObjectFromShape()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()[all …]
885 define exotic object behaviors.
2817 * Support more exotic OID's when parsing certificates2819 * Support more exotic name representations when parsing
3566 * tif_codec.c: Avoid NULL pointer dereferencing for exotic
Completed in 109 milliseconds