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

/external/v8/include/
H A Dv8.h1441 ALL_CAN_WRITE = 1 << 1, enumerator in enum:v8::AccessControl
2330 * DEFAULT = 0, ALL_CAN_READ = 1, or ALL_CAN_WRITE = 2.
2333 * ALL_CAN_WRITE means that all cross-context writes are allowed.
2334 * The combination ALL_CAN_READ | ALL_CAN_WRITE can be used to allow all
/external/chromium_org/v8/include/
H A Dv8.h2065 ALL_CAN_WRITE = 1 << 1, enumerator in enum:v8::AccessControl
3465 * DEFAULT = 0, ALL_CAN_READ = 1, or ALL_CAN_WRITE = 2.
3468 * ALL_CAN_WRITE means that all cross-context writes are allowed.
3469 * The combination ALL_CAN_READ | ALL_CAN_WRITE can be used to allow all

Completed in 81 milliseconds