Home | History | Annotate | Download | only in v8

Lines Matching refs:Local

46     void createHiddenDependency(v8::Handle<v8::Object>, v8::Local<v8::Value>, int cacheIndex);
47 void removeHiddenDependency(v8::Handle<v8::Object>, v8::Local<v8::Value>, int cacheIndex);
50 void transferHiddenDependency(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex);
85 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::Function>);
86 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::ObjectTemplate>);
87 static inline v8::Local<v8::Object> newInstance(v8::Handle<v8::Function>, int argc, v8::Handle<v8::Value> argv[]);
90 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function)
93 return v8::Local<v8::Object>();
98 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::ObjectTemplate> objectTemplate)
101 return v8::Local<v8::Object>();
106 v8::Local<v8::Object> SafeAllocation::newInstance(v8::Handle<v8::Function> function, int argc, v8::Handle<v8::Value> argv[])
109 return v8::Local<v8::Object>();