Lines Matching defs:GetNewSendableClassFunction
104 Local<FunctionRef> GetNewSendableClassFunction(
167 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_));
190 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_));
224 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), true);
258 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_));
301 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), true);
344 Local<FunctionRef> parent = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), false, false, true);
345 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, parent);
371 Local<FunctionRef> parent = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), true, false, true);
372 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, parent);
398 Local<FunctionRef> parent = GetNewSendableClassFunction(vm_, FunctionRef::Null(vm_), false, false, true);
399 Local<FunctionRef> constructor = GetNewSendableClassFunction(vm_, parent, false, true);