Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c6656 static int __attribute__((format(printf, 3, 4))) JS_ThrowTypeErrorOrFalse(JSContext *ctx, int flags… in JS_ThrowTypeErrorOrFalse() function
8277 return JS_ThrowTypeErrorOrFalse(ctx, flags, "not configurable"); in set_array_length()
8381 return JS_ThrowTypeErrorOrFalse(ctx, flags, "receiver is not an object"); in JS_SetPropertyGeneric()
8394 return JS_ThrowTypeErrorOrFalse(ctx, flags, "setter is forbidden"); in JS_SetPropertyGeneric()
8519 return JS_ThrowTypeErrorOrFalse(ctx, flags, "out-of-bound numeric index"); in JS_SetPropertyInternal()
8606 return JS_ThrowTypeErrorOrFalse(ctx, flags, "not an object"); in JS_SetPropertyInternal()
8611 return JS_ThrowTypeErrorOrFalse(ctx, flags, "object is not extensible"); in JS_SetPropertyInternal()
8755 return JS_ThrowTypeErrorOrFalse(ctx, flags, "out-of-bound numeric index"); in JS_SetPropertyValue()
8888 … return JS_ThrowTypeErrorOrFalse(ctx, flags, "cannot create numeric index in typed array"); in JS_CreateProperty()
8908 return JS_ThrowTypeErrorOrFalse(ctx, flags, "object is not extensible"); in JS_CreateProperty()
[all …]