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

/external/chromium_org/v8/include/
H A Dv8.h2064 ALL_CAN_WRITE = 1 << 1, enumerator in enum:v8::AccessControl
3160 * DEFAULT = 0, ALL_CAN_READ = 1, or ALL_CAN_WRITE = 2.
3163 * ALL_CAN_WRITE means that all cross-context writes are allowed.
3164 * The combination ALL_CAN_READ | ALL_CAN_WRITE can be used to allow all
3530 * DEFAULT = 0, ALL_CAN_READ = 1, or ALL_CAN_WRITE = 2.
3533 * ALL_CAN_WRITE means that all cross-context writes are allowed.
3534 * The combination ALL_CAN_READ | ALL_CAN_WRITE can be used to allow all

Completed in 76 milliseconds