Home | History | Annotate | Download | only in cctest

Lines Matching refs:v8

1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
41 using ::v8::internal::Deoptimizer;
42 using ::v8::internal::EmbeddedVector;
43 using ::v8::internal::Handle;
44 using ::v8::internal::Isolate;
45 using ::v8::internal::JSFunction;
46 using ::v8::internal::OS;
47 using ::v8::internal::Object;
107 static Handle<JSFunction> GetJSFunction(v8::Handle<v8::Object> obj,
109 v8::Local<v8::Function> fun =
110 v8::Local<v8::Function>::Cast(obj->Get(v8_str(property_name)));
111 return v8::Utils::OpenHandle(*fun);
116 v8::HandleScope scope;
154 v8::HandleScope scope;
193 v8::HandleScope scope;
218 v8::HandleScope scope;
238 v8::Local<v8::Function> fun =
239 v8::Local<v8::Function>::Cast(env->Global()->Get(v8::String::New("f")));
245 v8::HandleScope scope;
273 v8::HandleScope scope;
311 v8::HandleScope scope;
340 v8::HandleScope scope;
366 CHECK(!i::V8::UseCrankshaft() ||
377 v8::Handle<v8::Value> result = env->Global()->Get(v8_str("result"));
379 v8::String::AsciiValue ascii(result);
418 CHECK(!i::V8::UseCrankshaft() ||
430 v8::HandleScope scope;
442 v8::HandleScope scope;
454 v8::HandleScope scope;
466 v8::HandleScope scope;
478 v8::HandleScope scope;
490 v8::HandleScope scope;
516 CHECK(!i::V8::UseCrankshaft() ||
533 v8::HandleScope scope;
586 if (i::V8::UseCrankshaft()) {
613 v8::HandleScope scope;
670 if (i::V8::UseCrankshaft()) {