Home
last modified time | relevance | path

Searched refs:CallAsFunction (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8.h3723 V8_WARN_UNUSED_RESULT MaybeLocal<Value> CallAsFunction(Local<Context> context,
/external/v8/src/
Dapi.cc4964 MaybeLocal<Value> Object::CallAsFunction(Local<Context> context, in CallAsFunction() function in v8::Object
4969 ENTER_V8(isolate, context, Object, CallAsFunction, MaybeLocal<Value>(), in CallAsFunction()
/external/v8/
DChangeLog44430 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
47671 Added CallAsFunction method to the Object class in the API (Issue 1336).