Home | History | Annotate | Download | only in custom

Lines Matching refs:Function

85     // |fulfillCallback| and |rejectCallback| can be an empty function respectively.
86 static void append(v8::Handle<v8::Object> promise, v8::Handle<v8::Function> fulfillCallback, v8::Handle<v8::Function> rejectCallback, v8::Isolate*);
88 // This function can take either Promise or PromiseResolver objects.
89 // This function cannot be called when the internal object is detached from |promiseOrResolver|.
102 // This function clears callbacks in the object.
110 // Call |function| synchronously or asynchronously, depending on |mode|.
111 // If |function| throws an exception, this function catches it and does not rethrow.
112 static void call(v8::Handle<v8::Function> /* function */, v8::Handle<v8::Object> receiver, v8::Handle<v8::Value> result, SynchronousMode /* mode */, v8::Isolate*);