OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hReturnValue
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxjse/src/
context.cpp
72
v8::Local<v8::Object>
hReturnValue
= v8::Object::New(pIsolate);
81
hReturnValue
->Set(0, hValue);
83
hReturnValue
->Set(0, v8::String::NewFromUtf8(pIsolate, "Error"));
88
hReturnValue
->Set(1, hValue);
90
hReturnValue
->Set(1, hMessage->Get());
93
hReturnValue
->Set(0, v8::String::NewFromUtf8(pIsolate, "Error"));
94
hReturnValue
->Set(1, hMessage->Get());
96
hReturnValue
->Set(2, hException);
97
hReturnValue
->Set(3, v8::Integer::New(pIsolate, hMessage->GetLineNumber()));
98
hReturnValue
->Set(4, hMessage->GetSourceLine());
[
all
...]
value.cpp
499
v8::Local<v8::Value>
hReturnValue
;
517
hReturnValue
= hFunctionObject->CallAsConstructor(nArgCount, lpLocalArgs);
527
hReturnValue
=
531
hReturnValue
= FXJSE_CreateReturnValue(m_pIsolate, trycatch);
535
lpRetValue->ForceSetValue(
hReturnValue
);
Completed in 46 milliseconds