HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 1 - 25 of 1394) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
factory.h 38 // Interface for handle based allocation.
43 Handle<Box> NewBox(
44 Handle<Object> value,
48 Handle<FixedArray> NewFixedArray(
53 Handle<FixedArray> NewFixedArrayWithHoles(
58 Handle<FixedDoubleArray> NewFixedDoubleArray(
62 Handle<SeededNumberDictionary> NewSeededNumberDictionary(
65 Handle<UnseededNumberDictionary> NewUnseededNumberDictionary(
68 Handle<NameDictionary> NewNameDictionary(int at_least_space_for);
70 Handle<ObjectHashSet> NewObjectHashSet(int at_least_space_for)
    [all...]
handles.h 39 // A Handle provides a reference to an object that survives relocation by
42 // When a handle is created for an object a cell is allocated in the heap.
45 class Handle {
47 INLINE(explicit Handle(T** location)) { location_ = location; }
48 INLINE(explicit Handle(T* obj));
49 INLINE(Handle(T* obj, Isolate* isolate));
51 INLINE(Handle()) : location_(NULL) {}
54 // Ex. Handle<JSFunction> can be passed when Handle<Object> is expected.
55 template <class S> Handle(Handle<S> handle)
104 inline Handle<T> handle(T* t, Isolate* isolate) { function in namespace:v8::internal
111 inline Handle<T> handle(T* t) { function in namespace:v8::internal
    [all...]
stub-cache.h 78 Handle<JSObject> StubHolder(Handle<JSObject> receiver,
79 Handle<JSObject> holder);
81 Handle<Code> FindIC(Handle<Name> name,
82 Handle<Map> stub_holder_map,
87 Handle<Code> FindIC(Handle<Name> name,
88 Handle<JSObject> stub_holder,
93 Handle<Code> FindLoadHandler(Handle<Name> name
    [all...]
liveedit.h 71 void RecordFunctionInfo(Handle<SharedFunctionInfo> info,
73 void RecordRootFunctionInfo(Handle<Code> code);
87 static JSArray* GatherCompileInfo(Handle<Script> script,
88 Handle<String> source);
90 static void WrapSharedFunctionInfos(Handle<JSArray> array);
93 Handle<JSArray> new_compile_info_array,
94 Handle<JSArray> shared_info_array);
96 static MaybeObject* FunctionSourceUpdated(Handle<JSArray> shared_info_array);
99 static void SetFunctionScript(Handle<JSValue> function_wrapper,
100 Handle<Object> script_handle)
    [all...]
d8-windows.cc 38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
compilation-cache.h 53 Handle<CompilationCacheTable> GetTable(int generation);
56 Handle<CompilationCacheTable> GetFirstTable() {
59 void SetFirstTable(Handle<CompilationCacheTable> value) {
76 void Remove(Handle<SharedFunctionInfo> function_info);
98 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
99 Handle<Object> name,
103 Handle<Context> context);
104 void Put(Handle<String> source,
105 Handle<Context> context
    [all...]
i18n.h 47 static Handle<ObjectTemplateInfo> GetTemplate(Isolate* isolate);
50 static Handle<ObjectTemplateInfo> GetTemplate2(Isolate* isolate);
63 Handle<String> locale,
64 Handle<JSObject> options,
65 Handle<JSObject> resolved);
69 Handle<JSObject> obj);
87 Handle<String> locale,
88 Handle<JSObject> options,
89 Handle<JSObject> resolved);
93 Handle<JSObject> obj)
    [all...]
execution.h 65 static Handle<Object> Call(Handle<Object> callable,
66 Handle<Object> receiver,
68 Handle<Object> argv[],
79 static Handle<Object> New(Handle<JSFunction> func,
81 Handle<Object> argv[],
88 static Handle<Object> TryCall(Handle<JSFunction> func,
89 Handle<Object> receiver
    [all...]
interpreter-irregexp.h 40 Handle<ByteArray> code,
41 Handle<String> subject,
  /external/v8/src/
handles.h 38 // A Handle provides a reference to an object that survives relocation by
41 // When a handle is created for an object a cell is allocated in the heap.
44 class Handle {
46 INLINE(explicit Handle(T** location)) { location_ = location; }
47 INLINE(explicit Handle(T* obj));
48 INLINE(Handle(T* obj, Isolate* isolate));
50 INLINE(Handle()) : location_(NULL) {}
53 // Ex. Handle<JSFunction> can be passed when Handle<Object> is expected.
54 template <class S> Handle(Handle<S> handle)
    [all...]
factory.h 38 // Interface for handle based allocation.
43 Handle<FixedArray> NewFixedArray(
48 Handle<FixedArray> NewFixedArrayWithHoles(
53 Handle<FixedDoubleArray> NewFixedDoubleArray(
57 Handle<SeededNumberDictionary> NewSeededNumberDictionary(
60 Handle<UnseededNumberDictionary> NewUnseededNumberDictionary(
63 Handle<StringDictionary> NewStringDictionary(int at_least_space_for);
65 Handle<ObjectHashSet> NewObjectHashSet(int at_least_space_for);
67 Handle<ObjectHashTable> NewObjectHashTable(int at_least_space_for);
69 Handle<DescriptorArray> NewDescriptorArray(int number_of_descriptors)
    [all...]
stub-cache.h 80 Handle<Code> ComputeLoadNonexistent(Handle<String> name,
81 Handle<JSObject> receiver);
83 Handle<Code> ComputeLoadField(Handle<String> name,
84 Handle<JSObject> receiver,
85 Handle<JSObject> holder,
88 Handle<Code> ComputeLoadCallback(Handle<String> name,
89 Handle<JSObject> receiver
    [all...]
liveedit.h 71 void RecordFunctionInfo(Handle<SharedFunctionInfo> info,
73 void RecordRootFunctionInfo(Handle<Code> code);
87 static JSArray* GatherCompileInfo(Handle<Script> script,
88 Handle<String> source);
90 static void WrapSharedFunctionInfos(Handle<JSArray> array);
93 Handle<JSArray> new_compile_info_array,
94 Handle<JSArray> shared_info_array);
96 static MaybeObject* FunctionSourceUpdated(Handle<JSArray> shared_info_array);
99 static void SetFunctionScript(Handle<JSValue> function_wrapper,
100 Handle<Object> script_handle)
    [all...]
d8-windows.cc 38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
messages.h 48 v8::internal::Handle<v8::internal::JSArray> args,
52 v8::internal::Handle<v8::internal::JSArray> args() const { return args_; }
56 v8::internal::Handle<v8::internal::JSArray> const args_;
69 MessageLocation(Handle<Script> script,
77 Handle<Script> script() const { return script_; }
82 Handle<Script> script_;
93 static Handle<JSMessageObject> MakeMessageObject(
96 Vector< Handle<Object> > args,
97 Handle<String> stack_trace,
98 Handle<JSArray> stack_frames)
    [all...]
compilation-cache.h 53 Handle<CompilationCacheTable> GetTable(int generation);
56 Handle<CompilationCacheTable> GetFirstTable() {
59 void SetFirstTable(Handle<CompilationCacheTable> value) {
76 void Remove(Handle<SharedFunctionInfo> function_info);
98 Handle<SharedFunctionInfo> Lookup(Handle<String> source,
99 Handle<Object> name,
102 void Put(Handle<String> source, Handle<SharedFunctionInfo> function_info);
106 Handle<String> source, Handle<SharedFunctionInfo> function_info)
    [all...]
execution.h 65 static Handle<Object> Call(Handle<Object> callable,
66 Handle<Object> receiver,
68 Handle<Object> argv[],
79 static Handle<Object> New(Handle<JSFunction> func,
81 Handle<Object> argv[],
88 static Handle<Object> TryCall(Handle<JSFunction> func,
89 Handle<Object> receiver
    [all...]
interpreter-irregexp.h 40 Handle<ByteArray> code,
41 Handle<String> subject,
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
cache.h 40 // Opaque handle to an entry stored in the cache.
41 struct Handle { };
46 // Returns a handle that corresponds to the mapping. The caller
47 // must call this->Release(handle) when the returned mapping is no
52 virtual Handle* Insert(const Slice& key, void* value, size_t charge,
57 // Else return a handle that corresponds to the mapping. The caller
58 // must call this->Release(handle) when the returned mapping is no
60 virtual Handle* Lookup(const Slice& key) = 0;
63 // REQUIRES: handle must not have been released yet.
64 // REQUIRES: handle must have been returned by a method on *this
    [all...]
  /external/chromium_org/content/renderer/pepper/
v8_var_converter.h 20 v8::Handle<v8::Context> context,
21 v8::Handle<v8::Value>* result);
26 bool CONTENT_EXPORT FromV8Value(v8::Handle<v8::Value> val,
27 v8::Handle<v8::Context> context,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.h 47 friend v8::Handle<v8::Object> createV8HTMLWrapper(HTMLElement*, v8::Handle<v8::Object>, v8::Isolate*);
48 friend v8::Handle<v8::Object> createV8SVGWrapper(SVGElement*, v8::Handle<v8::Object>, v8::Isolate*);
50 static v8::Handle<v8::Object> wrap(PassRefPtr<ElementType>, v8::Handle<v8::Object> creationContext, v8::Isolate*, v8::Handle<v8::Object> (*createSpecificWrapper)(ElementType* element, v8::Handle<v8::Object> creationContext, v8::Isolate*));
  /external/chromium_org/v8/src/extensions/i18n/
i18n-extension.h 40 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction(
41 v8::Handle<v8::String> name);
  /external/chromium_org/v8/include/
v8-debug.h 85 virtual Handle<Object> GetExecutionState() const = 0;
86 virtual Handle<Object> GetEventData() const = 0;
91 virtual Handle<String> GetJSON() const = 0;
98 virtual Handle<Context> GetEventContext() const = 0;
127 virtual Handle<Object> GetExecutionState() const = 0;
128 virtual Handle<Object> GetEventData() const = 0;
135 virtual Handle<Context> GetEventContext() const = 0;
141 virtual Handle<Value> GetCallbackData() const = 0;
164 Handle<Object> exec_state,
165 Handle<Object> event_data
    [all...]
  /external/v8/include/
v8-debug.h 119 virtual Handle<Object> GetExecutionState() const = 0;
120 virtual Handle<Object> GetEventData() const = 0;
125 virtual Handle<String> GetJSON() const = 0;
132 virtual Handle<Context> GetEventContext() const = 0;
161 virtual Handle<Object> GetExecutionState() const = 0;
162 virtual Handle<Object> GetEventData() const = 0;
169 virtual Handle<Context> GetEventContext() const = 0;
175 virtual Handle<Value> GetCallbackData() const = 0;
198 Handle<Object> exec_state,
199 Handle<Object> event_data
    [all...]
  /external/chromium_org/components/webdata/common/
web_data_service_consumer.h 18 virtual void OnWebDataServiceRequestDone(WebDataServiceBase::Handle h,

Completed in 451 milliseconds

1 2 3 4 5 6 7 8 91011>>