Searched refs:v8Value (Results 1 – 1 of 1) sorted by relevance
87 v8::Local<v8::Value> v8Value = pRuntime->GetObjectProperty(pObj, property); in ExpandKeywordParams() local88 if (!v8Value->IsUndefined()) in ExpandKeywordParams()89 result[i] = v8Value; in ExpandKeywordParams()