Home
last modified time | relevance | path

Searched refs:exotic (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DChangelog55 - allow exotic constructors
A Dquickjs.h490 JSClassExoticMethods *exotic; member
A Dquickjs.c335 const JSClassExoticMethods* exotic; member
1646 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 …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi885 define exotic object behaviors.
/AliOS-Things-master/components/mbedtls/
A DChangeLog2817 * Support more exotic OID's when parsing certificates
2819 * Support more exotic name representations when parsing
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog3566 * tif_codec.c: Avoid NULL pointer dereferencing for exotic

Completed in 109 milliseconds