Searched defs:has_property (Results 1 - 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-get-put-value.c | 258 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 D | handler-register.c | 181 bool has_property = false; in jerryx_has_property_str() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | property-descriptor.cc | 27 Maybe<bool> has_property = JSReceiver::HasProperty(&it); in GetPropertyIfPresent() local
|
H A D | lookup.cc | 48 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 D | test-objects-foreach.cpp | 172 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 D | module.c | 129 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 D | test_object.c | 304 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 D | quirks.c | 160 bool has_property; /* to check for empty sections */ member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 1047 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