Home | History | Annotate | Download | only in src

Lines Matching full:toapi

282   return v8::Handle<Primitive>(ToApi<Primitive>(i::Factory::undefined_value()));
288 return v8::Handle<Primitive>(ToApi<Primitive>(i::Factory::null_value()));
294 return v8::Handle<v8::Boolean>(ToApi<Boolean>(i::Factory::true_value()));
300 return v8::Handle<v8::Boolean>(ToApi<Boolean>(i::Factory::false_value()));
657 return Local<ObjectTemplate>(ToApi<ObjectTemplate>(result));
1150 return Local<Script>(ToApi<Script>(boilerplate));
1175 return Local<Script>(ToApi<Script>(result));
1600 return Local<String>(ToApi<String>(str));
1617 return Local<String>(ToApi<String>(str));
1634 return Local<v8::Object>(ToApi<Object>(val));
1643 return Local<Boolean>(ToApi<Boolean>(obj));
1647 return Local<Boolean>(ToApi<Boolean>(val));
1665 return Local<Number>(ToApi<Number>(num));
1682 return Local<Integer>(ToApi<Integer>(num));
1823 return Local<Int32>(ToApi<Int32>(num));
1840 return Local<Uint32>(ToApi<Uint32>(num));