Lines Matching refs:JS_GetProperty
6923 obj_proto = JS_GetProperty(ctx, obj, JS_ATOM_prototype); in JS_OrdinaryIsInstanceOf()
6984 method = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_hasInstance); in JS_IsInstanceOf()
7860 ret = JS_GetProperty(ctx, this_obj, atom); in JS_GetPropertyValue()
7897 val = JS_GetProperty(ctx, obj, prop); in JS_TryGetPropertyInt64()
7921 val = JS_GetProperty(ctx, obj, prop); in JS_GetPropertyInt64()
7932 ret = JS_GetProperty(ctx, this_obj, atom); in JS_GetPropertyStr()
9765 method = JS_GetProperty(ctx, val, JS_ATOM_Symbol_toPrimitive); in JS_ToPrimitiveFree()
9805 method = JS_GetProperty(ctx, val, method_name); in JS_ToPrimitiveFree()
12259 opset1_obj = JS_GetProperty(ctx, op1, JS_ATOM_Symbol_operatorSet); in js_call_binary_op_fallback()
12268 opset2_obj = JS_GetProperty(ctx, op2, JS_ATOM_Symbol_operatorSet); in js_call_binary_op_fallback()
12383 opset1_obj = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_operatorSet); in js_call_binary_op_simple()
12440 opset1_obj = JS_GetProperty(ctx, op1, JS_ATOM_Symbol_operatorSet); in js_call_unary_op_fallback()
14540 arr = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_unscopables); in js_has_unscopable()
14545 val = JS_GetProperty(ctx, arr, atom); in js_has_unscopable()
15008 method = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_asyncIterator); in JS_GetIterator()
15012 method = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_iterator); in JS_GetIterator()
15024 method = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_iterator); in JS_GetIterator()
15092 done_val = JS_GetProperty(ctx, obj, JS_ATOM_done); in JS_IteratorNext()
15098 value = JS_GetProperty(ctx, obj, JS_ATOM_value); in JS_IteratorNext()
15124 method = JS_GetProperty(ctx, enum_obj, JS_ATOM_return); in JS_IteratorClose()
15160 method = JS_GetProperty(ctx, obj, JS_ATOM_next); in js_for_of_start()
15206 done_val = JS_GetProperty(ctx, obj, JS_ATOM_done); in JS_IteratorGetCompleteValue()
15210 value = JS_GetProperty(ctx, obj, JS_ATOM_value); in JS_IteratorGetCompleteValue()
15316 iterator = JS_GetProperty(ctx, sp[-1], JS_ATOM_Symbol_iterator); in js_append_enumerate()
15327 method = JS_GetProperty(ctx, enumobj, JS_ATOM_next); in js_append_enumerate()
15414 val = JS_GetProperty(ctx, source, tab_atom[i].atom); in JS_CopyDataProperties()
15610 parent_proto = JS_GetProperty(ctx, parent_class, JS_ATOM_prototype); in js_op_define_class()
16090 val = JS_GetProperty(ctx, sp[-1], JS_ATOM_length); in JS_CallInternal()
17281 method = JS_GetProperty(ctx, sp[-2], JS_ATOM_return); in JS_CallInternal()
17330 method = JS_GetProperty(ctx, sp[-4], flags ? JS_ATOM_throw : JS_ATOM_return); in JS_CallInternal()
17371 val = JS_GetProperty(ctx, sp[-1], atom); in JS_CallInternal()
17386 val = JS_GetProperty(ctx, sp[-1], atom); in JS_CallInternal()
18363 val = JS_GetProperty(ctx, obj, atom); in JS_CallInternal()
18389 val = JS_GetProperty(ctx, obj, atom); in JS_CallInternal()
18396 val = JS_GetProperty(ctx, obj, atom); in JS_CallInternal()
18608 proto = JS_GetProperty(ctx, ctor, JS_ATOM_prototype); in js_create_from_ctor()
18694 func_obj = JS_GetProperty(ctx, this_val, atom); in JS_Invoke()
18883 method = JS_GetProperty(ctx, iter_obj, in js_generator_next()
18911 done_val = JS_GetProperty(ctx, ret, JS_ATOM_done); in js_generator_next()
18918 value = JS_GetProperty(ctx, ret, JS_ATOM_value); in js_generator_next()
33823 val = JS_GetProperty(s->ctx, obj, JS_ATOM_raw); in JS_WriteArray()
35364 val = JS_GetProperty(ctx, obj, atom1); in JS_InstantiateFunctionListItem()
35367 val = JS_GetProperty(ctx, ctx->global_obj, atom1); in JS_InstantiateFunctionListItem()
35370 val = JS_GetProperty(ctx, ctx->class_proto[JS_CLASS_ARRAY], atom1); in JS_InstantiateFunctionListItem()
35676 JSValue prop = JS_GetProperty(ctx, desc, JS_ATOM_configurable); in js_obj_to_desc()
35684 JSValue prop = JS_GetProperty(ctx, desc, JS_ATOM_writable); in js_obj_to_desc()
35692 JSValue prop = JS_GetProperty(ctx, desc, JS_ATOM_enumerable); in js_obj_to_desc()
35701 val = JS_GetProperty(ctx, desc, JS_ATOM_value); in js_obj_to_desc()
35707 getter = JS_GetProperty(ctx, desc, JS_ATOM_get); in js_obj_to_desc()
35716 setter = JS_GetProperty(ctx, desc, JS_ATOM_set); in js_obj_to_desc()
35779 desc = JS_GetProperty(ctx, props, atoms[i].atom); in JS_ObjectDefineProperties()
36111 val = JS_GetProperty(ctx, obj, atom); in JS_GetOwnPropertyNames2()
36124 value = JS_GetProperty(ctx, obj, atom); in JS_GetOwnPropertyNames2()
36288 tag = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_toStringTag); in js_object_toString()
36448 next_method = JS_GetProperty(ctx, iter, JS_ATOM_next); in js_object_fromEntries()
36606 ctor = JS_GetProperty(ctx, obj, JS_ATOM_constructor); in JS_SpeciesConstructor()
36615 species = JS_GetProperty(ctx, ctor, JS_ATOM_Symbol_species); in JS_SpeciesConstructor()
36880 proto = JS_GetProperty(ctx, new_target, JS_ATOM_prototype); in js_function_constructor()
36909 len_val = JS_GetProperty(ctx, obj, JS_ATOM_length); in js_get_length32()
36921 len_val = JS_GetProperty(ctx, obj, JS_ATOM_length); in js_get_length64()
37044 name1 = JS_GetProperty(ctx, this_val, JS_ATOM_name); in js_function_bind()
37108 name = JS_GetProperty(ctx, this_val, JS_ATOM_name); in js_function_toString()
37148 next_method = JS_GetProperty(ctx, iter, JS_ATOM_next); in iterator_to_array()
37184 proto = JS_GetProperty(ctx, new_target, JS_ATOM_prototype); in js_error_constructor()
37243 name = JS_GetProperty(ctx, this_val, JS_ATOM_name); in js_error_toString()
37251 msg = JS_GetProperty(ctx, this_val, JS_ATOM_message); in js_error_toString()
37382 iter = JS_GetProperty(ctx, items, JS_ATOM_Symbol_iterator); in js_array_from()
37523 ctor = JS_GetProperty(ctx, obj, JS_ATOM_constructor); in JS_ArraySpeciesCreate()
37540 species = JS_GetProperty(ctx, ctor, JS_ATOM_Symbol_species); in JS_ArraySpeciesCreate()
37570 val = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_isConcatSpreadable); in JS_isConcatSpreadable()
38125 method = JS_GetProperty(ctx, obj, JS_ATOM_join); in js_array_toString()
39553 raw = JS_ToObjectFree(ctx, JS_GetProperty(ctx, cooked, JS_ATOM_raw)); in js_string_raw()
39916 flags = JS_GetProperty(ctx, regexp, JS_ATOM_flags); in check_regexp_g_flag()
39949 matcher = JS_GetProperty(ctx, regexp, atom); in js_string_match()
40118 replacer = JS_GetProperty(ctx, searchValue, JS_ATOM_Symbol_replace); in js_string_replace()
40225 splitter = JS_GetProperty(ctx, separator, JS_ATOM_Symbol_split); in js_string_split()
41372 proto = JS_GetProperty(ctx, ctor, JS_ATOM_prototype);
41526 m = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_match); in js_is_regexp()
41553 ctor = JS_GetProperty(ctx, pat, JS_ATOM_constructor); in js_regexp_constructor()
41576 pattern = JS_GetProperty(ctx, pat, JS_ATOM_source); in js_regexp_constructor()
41580 flags = JS_GetProperty(ctx, pat, JS_ATOM_flags); in js_regexp_constructor()
41771 res = JS_ToBoolFree(ctx, JS_GetProperty(ctx, this_val, JS_ATOM_global)); in js_regexp_get_flags()
41791 res = JS_ToBoolFree(ctx, JS_GetProperty(ctx, this_val, JS_ATOM_unicode)); in js_regexp_get_flags()
41818 pattern = JS_GetProperty(ctx, this_val, JS_ATOM_source); in js_regexp_toString()
41822 flags = JS_GetProperty(ctx, this_val, JS_ATOM_flags); in js_regexp_toString()
41863 val = JS_GetProperty(ctx, this_val, JS_ATOM_lastIndex); in js_regexp_exec()
42003 val = JS_GetProperty(ctx, this_val, JS_ATOM_lastIndex); in JS_RegExpDelete()
42074 method = JS_GetProperty(ctx, r, JS_ATOM_exec); in JS_RegExpExec()
42137 global = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_global)); in js_regexp_Symbol_match()
42144 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_match()
42170 JS_GetProperty(ctx, rx, JS_ATOM_lastIndex)) < 0) in js_regexp_Symbol_match()
42257 JS_GetProperty(ctx, R, JS_ATOM_lastIndex)) < 0) in js_regexp_string_iterator_next()
42303 flags = JS_ToStringFree(ctx, JS_GetProperty(ctx, R, JS_ATOM_flags)); in js_regexp_Symbol_matchAll()
42312 JS_GetProperty(ctx, R, JS_ATOM_lastIndex))) in js_regexp_Symbol_matchAll()
42409 val = JS_GetProperty(ctx, rx, JS_ATOM_constructor); in js_is_standard_regexp()
42416 val = JS_GetProperty(ctx, rx, JS_ATOM_exec); in js_is_standard_regexp()
42466 is_global = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_global)); in js_regexp_Symbol_replace()
42470 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_replace()
42500 if (JS_ToLengthFree(ctx, &thisIndex, JS_GetProperty(ctx, rx, JS_ATOM_lastIndex)) < 0) in js_regexp_Symbol_replace()
42517 if (JS_ToLengthFree(ctx, &position, JS_GetProperty(ctx, result, JS_ATOM_index))) in js_regexp_Symbol_replace()
42545 namedCaptures = JS_GetProperty(ctx, result, JS_ATOM_groups); in js_regexp_Symbol_replace()
42623 previousLastIndex = JS_GetProperty(ctx, rx, JS_ATOM_lastIndex); in js_regexp_Symbol_search()
42635 currentLastIndex = JS_GetProperty(ctx, rx, JS_ATOM_lastIndex); in js_regexp_Symbol_search()
42650 index = JS_GetProperty(ctx, result, JS_ATOM_index); in js_regexp_Symbol_search()
42689 flags = JS_ToStringFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_flags)); in js_regexp_Symbol_split()
42737 if (JS_ToLengthFree(ctx, &e, JS_GetProperty(ctx, splitter, JS_ATOM_lastIndex))) in js_regexp_Symbol_split()
43025 val = JS_GetProperty(ctx, holder, name); in internalize_json_property()
43141 JSValue f = JS_GetProperty(ctx, val, JS_ATOM_toJSON); in js_json_check()
43756 method = JS_GetProperty(ctx, s->handler, name); in get_proxy_method()
44837 adder = JS_GetProperty(ctx, obj, is_set ? JS_ATOM_add : JS_ATOM_set); in js_map_constructor()
44848 next_method = JS_GetProperty(ctx, iter, JS_ATOM_next); in js_map_constructor()
45845 then = JS_GetProperty(ctx, resolution, JS_ATOM_then); in js_promise_resolve_function_call()
46033 ctor = JS_GetProperty(ctx, argv[0], JS_ATOM_constructor); in js_promise_resolve()
46192 promise_resolve = JS_GetProperty(ctx, this_val, JS_ATOM_resolve); in js_promise_all()
46208 next_method = JS_GetProperty(ctx, iter, JS_ATOM_next); in js_promise_all()
46334 promise_resolve = JS_GetProperty(ctx, this_val, JS_ATOM_resolve); in js_promise_race()
46350 next_method = JS_GetProperty(ctx, iter, JS_ATOM_next); in js_promise_race()
46657 next_method = JS_GetProperty(ctx, sync_iter, JS_ATOM_next); in JS_CreateAsyncFromSyncIterator()
46698 method = JS_GetProperty(ctx, s->sync_iter, in js_async_from_sync_iterator_next()
48213 obj = JS_GetProperty(ctx, prop, JS_ATOM_prototype); in js_operators_create_internal()
48217 prop = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_operatorSet); in js_operators_create_internal()
48277 opset_obj = JS_GetProperty(ctx, ctx->class_proto[JS_CLASS_BIG_INT], in js_operators_updateBigIntOperators()
49815 prop = JS_GetProperty(ctx, obj, JS_ATOM_roundingMode); in js_bigdecimal_get_env()
49824 prop = JS_GetProperty(ctx, obj, JS_ATOM_maximumSignificantDigits); in js_bigdecimal_get_env()
49837 prop = JS_GetProperty(ctx, obj, JS_ATOM_maximumFractionDigits); in js_bigdecimal_get_env()
50276 JS_GetProperty(ctx, ctx->class_proto[JS_CLASS_ARRAY], JS_ATOM_values); in JS_AddIntrinsicBaseObjects()
51098 iter = JS_GetProperty(ctx, items, JS_ATOM_Symbol_iterator); in js_typed_array_from()
52233 next_method = JS_GetProperty(ctx, iter, JS_ATOM_next); in js_array_from_iterator()
52275 iter = JS_GetProperty(ctx, obj, JS_ATOM_Symbol_iterator); in js_typed_array_constructor_obj()
53268 JSValue obj = JS_GetProperty(ctx, ctx->class_proto[JS_CLASS_ARRAY], JS_ATOM_toString); in JS_AddIntrinsicTypedArrays()