Home
last modified time | relevance | path

Searched defs:has_property (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-get-put-value.c258 ecma_value_t has_property = ecma_op_object_has_property (binding_obj_p, name_p); in ecma_op_put_value_lex_env_base() local
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c181 bool has_property = false; in jerryx_has_property_str() local
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.cc27 Maybe<bool> has_property = JSReceiver::HasProperty(&it); in GetPropertyIfPresent() local
H A Dlookup.cc48 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name, Handle<Map> transition_map, PropertyDetails details, bool has_property) LookupIterator() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp172 bool has_property = (!jerry_value_is_error (result) && jerry_get_boolean_value (result)); in find_test_object_by_property() local
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c129 bool has_property = jerry_get_boolean_value (js_has_property); in jerryx_module_check_cache() local
/third_party/node/test/js-native-api/test_object/
H A Dtest_object.c304 bool has_property; in Has() local
340 bool has_property; in HasNamed() local
368 bool has_property; in HasOwn() local
/third_party/libinput/src/
H A Dquirks.c160 bool has_property; /* to check for empty sections */ member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc1047 GetOptionalIntegerProperty(v8::Isolate* isolate, ErrorThrower* thrower, Local<Context> context, Local<v8::Object> object, Local<String> property, bool* has_property, int64_t* result, int64_t lower_bound, uint64_t upper_bound) GetOptionalIntegerProperty() argument

Completed in 13 milliseconds