Home | History | Annotate | Download | only in src

Lines Matching refs:Handle

30   bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
34 *handle = Handle<SharedFunctionInfo>(
42 void Add(Vector<const char> name, Handle<SharedFunctionInfo> shared) {
47 Handle<FixedArray> new_array = factory->NewFixedArray(length + 2, TENURED);
50 Handle<String> str =
78 // The returned value is a global handle casted to V8Environment*.
79 Handle<Context> CreateEnvironment(
86 void DetachGlobal(Handle<Context> env);
93 Handle<String> SourceLookup(int index);
105 bool InstallExtensions(Handle<Context> native_context,
111 Handle<String> source, int argc,
112 Handle<Object> argv[]);
118 static void ExportFromRuntime(Isolate* isolate, Handle<JSObject> container);
120 Handle<JSObject> container);