Lines Matching refs:DEFAULT
1592 // Check default behavior
3613 v8_str("donut"), v8::DEFAULT, v8::DontDelete));
3617 v8_str("donut"), v8::DEFAULT, v8::DontDelete));
6714 v8::DEFAULT);
6959 v8::DEFAULT);
7121 v8::DEFAULT);
7849 // Default value of ReadOnly flag.
10282 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
10288 v8::Handle<Value>(), v8::DEFAULT, v8::ReadOnly);
11219 // default.
11299 // default. When the registered access checker will block access to properties
12958 default:
15001 CHECK(current_isolate != NULL); // Default isolate.
15008 // Default isolate is always, well, 'default current'.
15010 // Still working since default isolate is auto-entering any thread
15018 // Run some V8 code to trigger default isolate to become 'current'.
15027 // It is not possible to dispose default isolate via Isolate API.
15051 // This runs automatically in default isolate.
15070 // Check that default isolate still runs.
15128 // Run some stuff in default isolate.
15182 // Check that default isolate still runs.
15940 // eval and the Function constructor allowed by default.