Home | History | Annotate | Download | only in cctest

Lines Matching defs:another

2072   // Add another property and delete it afterwards to force the object in
3197 // intervals, one interval for C activations and another for JavaScript
6249 // Create another environment, should fail security checks.
6269 // Create another environment, should pass security checks.
6308 // Create another function accessing global objects.
7194 // Create another environment.
7343 // Create another environment.
7412 // Create another environment.
7526 // Hold on to the global object so it can be used again in another
7576 // Hold on to the global object so it can be used again in another
8243 // Check that you cannot use 'eval.call' with another object than the
9806 // a stub, but the function name changed (to another cacheable function).
10132 Local<Object> another = Object::New();
10133 another->SetPrototype(instance);
10148 result = another->GetRealNamedProperty(v8_str("f"));
10153 result = another->GetRealNamedPropertyInPrototypeChain(v8_str("f"));
10158 result = another->Get(v8_str("f"));
10403 // We are in a callback and want to switch to another thread (if we
15052 // Variables in another isolate should be not available.
16240 // Calling function using another context's call/apply methods.