Home | History | Annotate | Download | only in cctest

Lines Matching refs:Access

318 THREADED_TEST(Access) {
3531 // If it did we would have full access to the hidden properties in
9095 // sure we cannot access the Object function indirectly through
9127 // Try to read the properties from f and make sure that the access
9419 // Check that we have access to other.p in env2 from env1.
9449 // Check that other.p is now the property in env3 and that we have access.
9457 // Check that we do not have access to other.p in env1. |other| is now
9459 // so access should be blocked.
9738 // Access blocked property.
9747 // Access blocked element.
9759 // Access a property with JS accessor.
9778 // Access an element with JS accessor.
9795 // Access accessible property
9815 // Enumeration doesn't throw, it silently ignores what it can't access.
9914 // [[DefineOwnProperty]] always throws for access-checked objects.
9925 i::PrintF("Access blocked.\n");
9963 // of an object that requires access checks. Accessing the other
9964 // global object should be blocked by access checks on the global
9965 // proxy object. Accessing the object that requires access checks
9966 // is blocked by the access checks on the object itself.
10085 // Create an object that requires access-check functions to be
10086 // called for cross-domain access.
10099 // Make easy access to the object from the other environment.
10105 // Check that the named access-control function is called every time.
10116 // Check that the named access-control function is called every time.
10123 // Use obj which requires access checks. No inline caching is used
10137 // Check that the indexed access-control function is called every time.
10151 // Test that the indexed access check is called.
10158 // Check that the named access check is called when invoking
10159 // functions on an object that requires access checks.
10173 // Test that the named access check is called.
10181 // Test that the named access check is still called for each
14771 // Allow cross-domain access.
18747 // Failed access check callback that performs a GC on each invocation.
18758 // Install a failed access check callback that performs a GC on each
18768 // Create an ObjectTemplate for global objects and install access
18769 // check callbacks that will block access.
18782 // failed access check callback will be called on each access.
18790 // Get property with failed access check.
18795 // Get element with failed access check.
18800 // Set property with failed access check.
18805 // Set element with failed access check.
18810 // Get property attribute with failed access check.
18815 // Get property attribute for element with failed access check.
18872 // Reset the failed access check callback so it does not influence
21402 // Create an ObjectTemplate for global objects and install access
21403 // check callbacks that will block access.
21425 // failed access check callback will be called on each access.
21442 // Failed access check callback that performs a GC on each invocation.
21447 i::PrintF("Access check failed. Error thrown.\n");
21474 // clause due to failed access check throwing an exception.
21499 // Create an ObjectTemplate for global objects and install access
21500 // check callbacks that will block access.
21510 // failed access check callback will be called on each access.
21557 // Reset the failed access check callback so it does not influence
22623 // Test access using __proto__ from the prototype chain.
22630 // Test access using __proto__ as a hijacked function (A).
22641 // Test access using __proto__ as a hijacked function (B).
22650 // Test access using Object.setPrototypeOf reflective method.
24326 // Object with access check
24340 // Access check is allowed, and the object is spread
24348 // If access check fails, the value of @@isConcatSpreadable is ignored
24364 // Object with access check
24375 // Access check is allowed, and the toStringTag is read
24385 // If access check fails, the value of @@toStringTag is ignored