HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 26 - 50 of 763) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/src/
factory.cc 43 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) {
52 Handle<FixedArray> Factory::NewFixedArrayWithHoles(int size,
62 Handle<FixedDoubleArray> Factory::NewFixedDoubleArray(int size,
72 Handle<StringDictionary> Factory::NewStringDictionary(int at_least_space_for) {
80 Handle<SeededNumberDictionary> Factory::NewSeededNumberDictionary(
89 Handle<UnseededNumberDictionary> Factory::NewUnseededNumberDictionary(
98 Handle<ObjectHashSet> Factory::NewObjectHashSet(int at_least_space_for) {
106 Handle<ObjectHashTable> Factory::NewObjectHashTable(int at_least_space_for) {
114 Handle<DescriptorArray> Factory::NewDescriptorArray(int number_of_descriptors) {
122 Handle<DeoptimizationInputData> Factory::NewDeoptimizationInputData
    [all...]
debug.h 86 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
96 void SetBreakPoint(Handle<Object> break_point_object);
97 void ClearBreakPoint(Handle<Object> break_point_object);
137 Handle<DebugInfo> debug_info_;
161 // Cache of all script objects in the heap. When a script is added a weak handle
162 // to it is created and that weak handle is stored in the cache. The weak handle
171 void Add(Handle<Script> script);
174 Handle<FixedArray> GetScripts();
191 // Weak handle callback for scripts in the cache
    [all...]
bootstrapper.cc 73 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
85 Handle<String> source_code =
89 Handle<Object> cached_source(heap->natives_source_cache()->get(index));
90 return Handle<String>::cast(cached_source);
143 Handle<Object> global_object,
144 v8::Handle<v8::ObjectTemplate> global_template,
148 Handle<Context> result() { return result_; }
157 Handle<Context> global_context_;
161 // triggered during environment creation there may be weak handle
165 Handle<Context> global_context() { return global_context_;
    [all...]
d8.h 125 virtual Handle<String> Prompt(const char* prompt) = 0;
190 Handle<String> ReadFile(const char* name);
267 static bool ExecuteString(Handle<String> source,
268 Handle<Value> name,
273 static Handle<String> ReadFile(const char* name);
280 static Handle<Array> GetCompletions(Handle<String> text,
281 Handle<String> full);
292 static Handle<Object> DebugMessageDetails(Handle<String> message)
    [all...]
handles.cc 70 "Cannot create a handle without a HandleScope");
84 // If we still haven't found a slot for the handle, we extend the
85 // current handle scope by allocating a new handle block.
133 Handle<FixedArray> AddKeysFromJSArray(Handle<FixedArray> content,
134 Handle<JSArray> array) {
140 Handle<FixedArray> UnionOfKeys(Handle<FixedArray> first,
141 Handle<FixedArray> second)
383 Handle<Object> handle = isolate->global_handles()->Create(*result); local
    [all...]
ic.h 115 bool IsContextual(Handle<Object> receiver) {
155 Handle<Object> name,
161 Handle<Object> object,
162 Handle<Object> key);
163 Failure* ReferenceError(const char* type, Handle<String> name);
210 Handle<Object> object,
211 Handle<String> name);
218 Handle<Object> object,
221 // Compute a monomorphic stub if possible, otherwise return a null handle.
222 Handle<Code> ComputeMonomorphicStub(LookupResult* lookup
    [all...]
func-name-inferrer.h 54 void PushEnclosingName(Handle<String> name);
62 void PushLiteralName(Handle<String> name);
64 void PushVariableName(Handle<String> name);
100 Name(Handle<String> name, NameType type) : name(name), type(type) { }
101 Handle<String> name;
108 Handle<String> MakeNameFromStack();
111 Handle<String> MakeNameFromStackHelper(int pos, Handle<String> prev);
json-parser.h 46 static Handle<Object> Parse(Handle<String> source) {
54 Handle<Object> ParseJson(Handle<String> source);
102 Handle<String> ParseJsonString() {
105 Handle<String> ParseJsonSymbol() {
109 Handle<String> ScanJsonString();
114 Handle<String> SlowScanJsonString(Handle<String> prefix, int start, int end);
122 Handle<Object> ParseJsonNumber()
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomXPathNSResolver.cpp 41 PassRefPtr<V8CustomXPathNSResolver> V8CustomXPathNSResolver::create(v8::Handle<v8::Object> resolver)
46 V8CustomXPathNSResolver::V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver)
57 v8::Handle<v8::Function> lookupNamespaceURIFunc;
58 v8::Handle<v8::String> lookupNamespaceURIName = v8::String::New("lookupNamespaceURI");
62 v8::Handle<v8::Value> lookupNamespaceURI = m_resolver->Get(lookupNamespaceURIName);
64 lookupNamespaceURIFunc = v8::Handle<v8::Function>::Cast(lookupNamespaceURI);
80 v8::Handle<v8::Value> argv[argc] = { v8String(prefix) };
81 v8::Handle<v8::Function> function = lookupNamespaceURIFunc.IsEmpty() ? v8::Handle<v8::Function>::Cast(m_resolver) : lookupNamespaceURIFunc;
83 v8::Handle<v8::Value> retval = V8Proxy::callFunctionWithoutFrame(function, m_resolver, argc, argv)
    [all...]
V8CustomXPathNSResolver.h 46 // V8CustomXPathNSResolver does not create a persistent handle to the
48 // must not exceed the lifetime of the passed handle.
51 static PassRefPtr<V8CustomXPathNSResolver> create(v8::Handle<v8::Object> resolver);
57 explicit V8CustomXPathNSResolver(v8::Handle<v8::Object> resolver);
59 v8::Handle<v8::Object> m_resolver; // Handle to resolver object.
V8ImageDataCustom.cpp 38 v8::Handle<v8::Value> toV8(ImageData* impl)
42 v8::Handle<v8::Object> wrapper = V8ImageData::wrap(impl);
45 v8::Handle<v8::Value> pixelArray = toV8(impl->data());
V8HTMLSelectElementCustom.h 41 v8::Handle<v8::Value> removeElement(HTMLSelectElement*, const v8::Arguments&);
V8CSSStyleSheetCustom.cpp 39 v8::Handle<v8::Value> toV8(CSSStyleSheet* impl)
43 v8::Handle<v8::Object> wrapper = V8CSSStyleSheet::wrap(impl);
  /hardware/ril/mock-ril/src/cpp/
responses.h 35 v8::Handle<v8::Value> SendRilRequestComplete(const v8::Arguments& args);
46 v8::Handle<v8::Value> SendRilUnsolicitedResponse(const v8::Arguments& args);
49 int responsesInit(v8::Handle<v8::Context> context);
util.h 24 const char* ToCString(v8::Handle<v8::Value> value);
26 void LogErrorMessage(v8::Handle<v8::Message> message,
node_buffer.h 58 static void Initialize(v8::Handle<v8::Object> target);
59 static void InitializeObjectTemplate(v8::Handle<v8::ObjectTemplate> target);
61 static inline bool HasInstance(v8::Handle<v8::Value> val) {
78 static v8::Handle<v8::Value> New(const v8::Arguments &args);
79 static v8::Handle<v8::Value> Slice(const v8::Arguments &args);
80 static v8::Handle<v8::Value> BinarySlice(const v8::Arguments &args);
81 static v8::Handle<v8::Value> AsciiSlice(const v8::Arguments &args);
82 static v8::Handle<v8::Value> Utf8Slice(const v8::Arguments &args);
83 static v8::Handle<v8::Value> BinaryWrite(const v8::Arguments &args);
84 static v8::Handle<v8::Value> AsciiWrite(const v8::Arguments &args)
    [all...]
js_support.h 27 extern v8::Handle<v8::Value> Print(const v8::Arguments& args);
33 extern v8::Handle<v8::Value> ReadFileToString(const v8::Arguments& args);
36 extern v8::Handle<v8::Value> ReadFileToBuffer(const v8::Arguments& args);
42 extern void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
46 extern void testJsSupport(v8::Handle<v8::Context> context);
  /external/chromium/chrome/browser/sync/glue/
history_model_worker.h 39 CancelableRequestProvider::Handle handle) {}
42 CancelableRequestProvider::Handle handle) {}
45 CancelableRequestProvider::Handle handle) {}
48 CancelableRequestProvider::Handle handle) {}
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestInterface.h 38 static bool HasInstance(v8::Handle<v8::Value> value);
41 static TestInterface* toNative(v8::Handle<v8::Object> object)
45 inline static v8::Handle<v8::Object> wrap(TestInterface*);
48 static v8::Handle<v8::Value> constructorCallback(const v8::Arguments& args);
51 static v8::Handle<v8::Object> wrapSlow(TestInterface*);
55 v8::Handle<v8::Object> V8TestInterface::wrap(TestInterface* impl)
57 v8::Handle<v8::Object> wrapper = getDOMObjectMap().get(impl);
63 inline v8::Handle<v8::Value> toV8(TestInterface* impl)
69 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestInterface > impl)
V8TestObj.h 36 static bool HasInstance(v8::Handle<v8::Value> value);
39 static TestObj* toNative(v8::Handle<v8::Object> object)
43 inline static v8::Handle<v8::Object> wrap(TestObj*);
46 static v8::Handle<v8::Value> customMethodCallback(const v8::Arguments&);
47 static v8::Handle<v8::Value> customMethodWithArgsCallback(const v8::Arguments&);
48 static v8::Handle<v8::Value> customAttrAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info);
52 static v8::Handle<v8::Object> wrapSlow(TestObj*);
56 v8::Handle<v8::Object> V8TestObj::wrap(TestObj* impl)
58 v8::Handle<v8::Object> wrapper = getDOMObjectMap().get(impl);
64 inline v8::Handle<v8::Value> toV8(TestObj* impl
    [all...]
V8TestMediaQueryListListener.h 36 static bool HasInstance(v8::Handle<v8::Value> value);
39 static TestMediaQueryListListener* toNative(v8::Handle<v8::Object> object)
43 inline static v8::Handle<v8::Object> wrap(TestMediaQueryListListener*);
48 static v8::Handle<v8::Object> wrapSlow(TestMediaQueryListListener*);
52 v8::Handle<v8::Object> V8TestMediaQueryListListener::wrap(TestMediaQueryListListener* impl)
54 v8::Handle<v8::Object> wrapper = getDOMObjectMap().get(impl);
60 inline v8::Handle<v8::Value> toV8(TestMediaQueryListListener* impl)
66 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestMediaQueryListListener > impl)
V8TestSerializedScriptValueInterface.h 38 static bool HasInstance(v8::Handle<v8::Value> value);
41 static TestSerializedScriptValueInterface* toNative(v8::Handle<v8::Object> object)
45 inline static v8::Handle<v8::Object> wrap(TestSerializedScriptValueInterface*);
50 static v8::Handle<v8::Object> wrapSlow(TestSerializedScriptValueInterface*);
54 v8::Handle<v8::Object> V8TestSerializedScriptValueInterface::wrap(TestSerializedScriptValueInterface* impl)
56 v8::Handle<v8::Object> wrapper = getDOMObjectMap().get(impl);
62 inline v8::Handle<v8::Value> toV8(TestSerializedScriptValueInterface* impl)
68 inline v8::Handle<v8::Value> toV8(PassRefPtr< TestSerializedScriptValueInterface > impl)
  /external/v8/test/cctest/
test-func-name-inference.cc 37 using ::v8::internal::Handle;
62 static void CheckFunctionName(v8::Handle<v8::Script> script,
66 Handle<Object> obj = v8::Utils::OpenHandle(*script);
67 Handle<SharedFunctionInfo> shared_function;
70 Handle<SharedFunctionInfo>(SharedFunctionInfo::cast(*obj));
73 Handle<SharedFunctionInfo>(JSFunction::cast(*obj)->shared());
75 Handle<Script> i_script(Script::cast(shared_function->script()));
77 Handle<String> script_src(String::cast(i_script->source()));
80 Handle<String> func_pos_str =
95 Handle<SharedFunctionInfo> shared_func_info
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
JavaScriptCallFrame.cpp 40 JavaScriptCallFrame::JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame)
55 v8::Handle<v8::Value> callerFrame = m_callFrame.get()->Get(v8String("caller"));
58 m_caller = JavaScriptCallFrame::create(m_debuggerContext.get(), v8::Handle<v8::Object>::Cast(callerFrame));
67 v8::Handle<v8::Value> result = m_callFrame.get()->Get(v8String("sourceID"));
77 v8::Handle<v8::Value> result = m_callFrame.get()->Get(v8String("line"));
87 v8::Handle<v8::Value> result = m_callFrame.get()->Get(v8String("column"));
97 v8::Handle<v8::Value> result = m_callFrame.get()->Get(v8String("functionName"));
101 v8::Handle<v8::Value> JavaScriptCallFrame::scopeChain() const
103 v8::Handle<v8::Array> scopeChain = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("scopeChain")) (…)
    [all...]
V8DOMWrapper.h 65 static bool maybeDOMWrapper(v8::Handle<v8::Value>);
69 static void setDOMWrapper(v8::Handle<v8::Object> object, WrapperTypeInfo* type, void* cptr)
76 static v8::Handle<v8::Object> lookupDOMWrapper(v8::Handle<v8::FunctionTemplate> functionTemplate, v8::Handle<v8::Object> object)
81 static WrapperTypeInfo* domWrapperType(v8::Handle<v8::Object>);
83 static v8::Handle<v8::Value> convertEventTargetToV8Object(PassRefPtr<EventTarget> eventTarget)
88 static v8::Handle<v8::Value> convertEventTargetToV8Object(EventTarget*);
94 static RefPtr<XPathNSResolver> getXPathNSResolver(v8::Handle<v8::Value> value, V8Proxy* proxy = 0);
98 static PassRefPtr<NodeFilter> wrapNativeNodeFilter(v8::Handle<v8::Value>)
    [all...]

Completed in 306 milliseconds

12 3 4 5 6 7 8 91011>>