HomeSort by relevance Sort by last modified time
    Searched refs:v8_str (Results 1 - 11 of 11) sorted by null

  /external/v8/test/cctest/
test-deoptimization.cc 110 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
131 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
147 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
169 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
186 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
209 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
210 CHECK_EQ(6, env->Global()->Get(v8_str("result"))->Int32Value());
234 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
235 CHECK_EQ(11, env->Global()->Get(v8_str("calls"))->Int32Value());
266 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value())
    [all...]
test-api.cc 171 v8_str("m"),
175 env->Global()->Set(v8_str("Fun"), fun->GetFunction());
183 env->Global()->Set(v8_str("SubFun"), sub_fun->GetFunction());
199 env->Global()->Set(v8_str("UnrelFun"), unrel_fun->GetFunction());
213 cons->SetClassName(v8_str("Cons"));
218 env->Global()->Set(v8_str("Cons"), cons->GetFunction());
219 env->Global()->Set(v8_str("Fun1"), fun->GetFunction());
231 cons1->SetClassName(v8_str("Cons1"));
233 cons2->SetClassName(v8_str("Cons2"));
235 cons3->SetClassName(v8_str("Cons3"))
    [all...]
test-accessors.cc 57 fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
60 env->Global()->Set(v8_str("Fun"), fun);
93 templ->InstanceTemplate()->SetAccessor(v8_str("foo"),
97 templ->InstanceTemplate()->SetAccessor(v8_str("bar"),
101 templ->InstanceTemplate()->SetAccessor(v8_str("baz"),
137 obj->SetAccessor(v8_str("x"), XGetter, XSetter);
140 context->Global()->Set(v8_str("holder"), x_holder);
142 context->Global()->Set(v8_str("obj"), x_receiver);
171 templ->SetAccessor(v8_str("x"),
178 context->Global()->Set(v8_str("obj"), instance)
    [all...]
test-heap-profiler.cc 104 v8::HeapProfiler::TakeSnapshot(v8_str("env2"));
142 v8::HeapProfiler::TakeSnapshot(v8_str("sizes"));
169 v8::HeapProfiler::TakeSnapshot(v8_str("sizes"));
206 v8::HeapProfiler::TakeSnapshot(v8_str("children"));
232 v8::HeapProfiler::TakeSnapshot(v8_str("code"));
294 v8::HeapProfiler::TakeSnapshot(v8_str("numbers"));
313 v8::HeapProfiler::TakeSnapshot(v8_str("strings"));
338 v8::HeapProfiler::TakeSnapshot(v8_str("internals"));
368 v8::HeapProfiler::TakeSnapshot(v8_str("s1"));
377 v8::HeapProfiler::TakeSnapshot(v8_str("s2"))
    [all...]
test-log-stack-tracer.cc 206 v8::Local<v8::Value> func = env->Global()->Get(v8_str(func_name));
227 args.This()->Set(v8_str("low_bits"), v8_num(low_bits >> 1));
232 args.This()->Set(v8_str("low_bits"), v8_num(low_bits));
233 args.This()->Set(v8_str("high_bits"), v8_num(high_bits));
245 constructor_template->SetClassName(v8_str("FPGrabber"));
247 env->Global()->Set(v8_str(constructor_name), fun);
cctest.h 201 static inline v8::Local<v8::String> v8_str(const char* x) { function
207 return v8::Script::Compile(v8_str(x));
test-log.cc 374 obj->SetClassName(v8_str("Obj"));
377 proto->Set(v8_str("method1"),
383 initialize_logger.env()->Global()->Set(v8_str("Obj"), obj->GetFunction());
424 obj->SetClassName(v8_str("Obj"));
426 inst->SetAccessor(v8_str("prop1"), Prop1Getter, Prop1Setter);
427 inst->SetAccessor(v8_str("prop2"), Prop2Getter);
509 initialize_logger.env()->Global()->Set(v8_str("_log"), log_str);
515 v8::Handle<v8::Script> script = v8::Script::Compile(source_str, v8_str(""));
test-heap.cc     [all...]
test-strings.cc 395 global->Set(v8_str("external_ascii"), ascii_external_strings);
396 global->Set(v8_str("external_non_ascii"), non_ascii_external_strings);
397 global->Set(v8_str("max_length"), v8::Integer::New(kMaxLength));
test-compiler.cc 359 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
test-debug.cc     [all...]

Completed in 720 milliseconds