Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c6875 static JSValueConst JS_GetPrototypePrimitive(JSContext *ctx, JSValueConst val) in JS_GetPrototypePrimitive() function
6929 val = JS_DupValue(ctx, JS_GetPrototypePrimitive(ctx, obj)); in JS_GetPrototype()
7114 p = JS_VALUE_GET_OBJ(JS_GetPrototypePrimitive(ctx, obj)); in JS_GetPropertyInternal()
8449 p1 = JS_VALUE_GET_OBJ(JS_GetPrototypePrimitive(ctx, this_obj)); in JS_SetPropertyInternal()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c6918 static JSValueConst JS_GetPrototypePrimitive(JSContext *ctx, JSValueConst val) in JS_GetPrototypePrimitive() function
6972 val = JS_DupValue(ctx, JS_GetPrototypePrimitive(ctx, obj)); in JS_GetPrototype()
7157 p = JS_VALUE_GET_OBJ(JS_GetPrototypePrimitive(ctx, obj)); in JS_GetPropertyInternal()
8492 p1 = JS_VALUE_GET_OBJ(JS_GetPrototypePrimitive(ctx, this_obj)); in JS_SetPropertyInternal()