Home
last modified time | relevance | path

Searched refs:JSVM_CONFIGURABLE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Djsvm_types.h195 JSVM_CONFIGURABLE = 1 << 2, enumerator
204 JSVM_DEFAULT_METHOD = JSVM_WRITABLE | JSVM_CONFIGURABLE,
208 JSVM_DEFAULT_JSPROPERTY = JSVM_WRITABLE | JSVM_ENUMERABLE | JSVM_CONFIGURABLE,
H A Djs_native_api_v8.cc416 if ((descriptor->attributes & JSVM_CONFIGURABLE) == 0) { in V8PropertyAttributesFromDescriptor()
2706 descriptor.set_configurable((p->attributes & JSVM_CONFIGURABLE) != 0); in OH_JSVM_DefineProperties()
2721 descriptor.set_configurable((p->attributes & JSVM_CONFIGURABLE) != 0); in OH_JSVM_DefineProperties()
2735 (p->attributes & JSVM_CONFIGURABLE)) { in OH_JSVM_DefineProperties()
2744 descriptor.set_configurable((p->attributes & JSVM_CONFIGURABLE) != 0); in OH_JSVM_DefineProperties()

Completed in 8 milliseconds